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 cf599fb commit 1f66630Copy full SHA for 1f66630
plugwise_usb/nodes/scan.py
@@ -540,9 +540,9 @@ async def scan_configure(
540
541
async def _scan_configure_update(
542
self,
543
- motion_reset_timer: int,
544
- sensitivity_level: MotionSensitivity,
545
- daylight_mode: bool,
+ motion_reset_timer: int = SCAN_DEFAULT_MOTION_RESET_TIMER,
+ sensitivity_level: MotionSensitivity = SCAN_DEFAULT_SENSITIVITY,
+ daylight_mode: bool = SCAN_DEFAULT_DAYLIGHT_MODE,
546
) -> None:
547
"""Process result of scan configuration update."""
548
self._motion_config = replace(
0 commit comments