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 d359f28 commit a3297f3Copy full SHA for a3297f3
plugwise/helper.py
@@ -543,7 +543,7 @@ def _get_regulation_mode(
543
appliance, entity_id, "regulation_mode_control_functionality"
544
)
545
) is not None:
546
- # Below line needs to be here to set the boolean for older Adam firmware - for testing only
+ # Below line needs to be here to set the boolean for both older and recent Adam firmware versions
547
self._cooling_enabled = mode == "cooling"
548
if self._reg_allowed_modes:
549
data["select_regulation_mode"] = mode
0 commit comments