We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683230b commit af5fb90Copy full SHA for af5fb90
plugwise/helper.py
@@ -1032,8 +1032,8 @@ def _get_measurement_data(self, dev_id: str) -> DeviceData:
1032
# Collect availability-status for wireless connected devices to Adam
1033
self._wireless_availablity(appliance, data)
1034
1035
- if dev_id == self.gateway_id and self.smile(ADAM):
1036
- self._get_regulation_mode(appliance, data)
+ if dev_id == self.gateway_id and self.smile(ADAM):
+ self._get_regulation_mode(appliance, data)
1037
1038
if "c_heating_state" in data:
1039
self._process_c_heating_state(data)
0 commit comments