Skip to content

Commit 9b632df

Browse files
committed
Extra scan debug
1 parent 38810ac commit 9b632df

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

plugwise_usb/nodes/scan.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,13 @@ async def scan_configure(
516516
sensitivity_value,
517517
daylight_mode,
518518
)
519+
_LOGGER.debug(
520+
"scan_configure | Device %s | motion_reset_timer=%s | sensitivity_value=%s | daylight_mode=%s",
521+
self.name,
522+
motion_reset_timer,
523+
sensitivity_value,
524+
daylight_mode,
525+
)
519526
if (response := await request.send()) is None:
520527
self._new_motion_config = MotionConfig()
521528
_LOGGER.warning(

0 commit comments

Comments
 (0)