1
0
mirror of https://github.com/no2chem/wideq.git synced 2025-05-16 07:10:09 -07:00

style fixups2

This commit is contained in:
Grant Holliday 2020-11-28 17:20:10 +11:00
parent cc4255f39f
commit 11c4609f82

View File

@ -319,8 +319,8 @@ class ACDevice(Device):
value = self._get_config('OutTotalInstantPower')
return value['OutTotalInstantPower']
except InvalidRequestError:
# Device does not support outdoor unit instant power usage
return 0
# Device does not support outdoor unit instant power usage
return 0
def get_power(self):
"""Get the instant power usage in watts of the whole unit"""