Skip to content

Commit 0f194ed

Browse files
committed
Add clarifying comment
1 parent 838a777 commit 0f194ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise/helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -949,6 +949,7 @@ def _get_appliance_data(self, d_id: str) -> DeviceData:
949949
):
950950
if data.get("c_heating_state") and not data.get("heating_state"):
951951
data["heating_state"] = True
952+
# For Adam + OnOff cooling heating_state = True means cooling is active
952953
if self._cooling_present:
953954
self._cooling_active = True
954955

0 commit comments

Comments
 (0)