Skip to content

Commit

Permalink
fix: Change base class for TRV (#420)
Browse files Browse the repository at this point in the history
change base
  • Loading branch information
CFenner authored Oct 4, 2024
1 parent 883ad3b commit 71f4c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PyViCare/PyViCareRadiatorActuator.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from PyViCare.PyViCareHeatingDevice import HeatingDevice
from PyViCare.PyViCareDevice import Device
from PyViCare.PyViCareUtils import handleAPICommandErrors, handleNotSupported


class RadiatorActuator(HeatingDevice):
class RadiatorActuator(Device):

@handleNotSupported
def getTemperature(self):
Expand Down

0 comments on commit 71f4c85

Please sign in to comment.