You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defpower(self) ->int:
"""Returns power usage"""return [xforxinself.attributesif"power"inx["name"]][0]["currentValue"]
classThermostat(Device):
defset_temperature(self):
raiseNotImplementedErrorclassEcoBee(Thermostat):
# TODO Need to implement generic and EcoBee specific functionspassclassGenericZWaveLock(Device):
# TODO Add ZWave lockdeflock(self):
raiseNotImplementedErrordefunlock(self):
raiseNotImplementedErrorclassButton(Device):
passclassSonoffZigbeeButtonController(Button):
# TODO Add button propertiespass
The text was updated successfully, but these errors were encountered:
hubitatcontrol/hubitatcontrol/generic.py
Line 48 in f42e44e
The text was updated successfully, but these errors were encountered: