Skip to content

Commit 39fef1a

Browse files
committed
Debug
1 parent 1c77021 commit 39fef1a

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
@@ -794,6 +794,7 @@ def _presets(self, loc_id: str) -> dict[str, list[float]]:
794794

795795
for directive in directives:
796796
preset = directive.find("then").attrib
797+
LOGGER.debug("HOI %s", preset)
797798
keys, dummy = zip(*preset.items())
798799
if str(keys[0]) == "setpoint":
799800
presets[directive.attrib["preset"]] = [

0 commit comments

Comments
 (0)