Skip to content

Commit 58175ae

Browse files
committed
Debug 2
1 parent cc8aa5e commit 58175ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugwise/smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ async def set_switch_state(
470470
break
471471
else: # actuators with a single item like relay_functionality
472472
switch_id = item.get("id")
473-
LOGGER.debug("HOI switch_id: %s", switch_id)
473+
LOGGER.debug("HOI switch_id: %s", switch_id)
474474

475475
uri = f"{APPLIANCES};id={appl_id}/{switch.device};id={switch_id}"
476476
if model == "relay":

0 commit comments

Comments
 (0)