Skip to content

Commit af5fb90

Browse files
committed
Fix wrong ident
1 parent 683230b commit af5fb90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugwise/helper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,8 +1032,8 @@ def _get_measurement_data(self, dev_id: str) -> DeviceData:
10321032
# Collect availability-status for wireless connected devices to Adam
10331033
self._wireless_availablity(appliance, data)
10341034

1035-
if dev_id == self.gateway_id and self.smile(ADAM):
1036-
self._get_regulation_mode(appliance, data)
1035+
if dev_id == self.gateway_id and self.smile(ADAM):
1036+
self._get_regulation_mode(appliance, data)
10371037

10381038
if "c_heating_state" in data:
10391039
self._process_c_heating_state(data)

0 commit comments

Comments
 (0)