Skip to content

Commit 8545ab0

Browse files
committed
HOI debug 3
1 parent 9afcdd9 commit 8545ab0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise_usb/nodes/scan.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ async def _motion_state_update(
442442
async def _configure_scan_task(self) -> bool:
443443
"""Configure Scan device settings. Returns True if successful."""
444444
self._scan_config_task_scheduled = False
445+
_LOGGER.debug("HOI _configure_scan_task | starting... ")
445446
change_required = False
446447
if self._new_reset_timer is not None:
447448
change_required = True

0 commit comments

Comments
 (0)