Skip to content

Commit 1f66630

Browse files
committed
More lining up with defaults
1 parent cf599fb commit 1f66630

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugwise_usb/nodes/scan.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -540,9 +540,9 @@ async def scan_configure(
540540

541541
async def _scan_configure_update(
542542
self,
543-
motion_reset_timer: int,
544-
sensitivity_level: MotionSensitivity,
545-
daylight_mode: bool,
543+
motion_reset_timer: int = SCAN_DEFAULT_MOTION_RESET_TIMER,
544+
sensitivity_level: MotionSensitivity = SCAN_DEFAULT_SENSITIVITY,
545+
daylight_mode: bool = SCAN_DEFAULT_DAYLIGHT_MODE,
546546
) -> None:
547547
"""Process result of scan configuration update."""
548548
self._motion_config = replace(

0 commit comments

Comments
 (0)