Skip to content

Commit ad2c9cd

Browse files
committed
Debug
1 parent 36edc1e commit ad2c9cd

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
@@ -1376,6 +1376,7 @@ def _get_toggle_state(
13761376
if (toggle_type := item.find("type")) is not None:
13771377
if toggle_type.text == toggle:
13781378
data.update({name: item.find("state") == "on"})
1379+
LOGGER.debug("HOI 1a %s", data)
13791380

13801381
if data:
13811382
return data

0 commit comments

Comments
 (0)