We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38810ac commit 9b632dfCopy full SHA for 9b632df
plugwise_usb/nodes/scan.py
@@ -516,6 +516,13 @@ async def scan_configure(
516
sensitivity_value,
517
daylight_mode,
518
)
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
+ )
526
if (response := await request.send()) is None:
527
self._new_motion_config = MotionConfig()
528
_LOGGER.warning(
0 commit comments