Skip to content

Commit 44af882

Browse files
dirixmjmbouwew
authored andcommitted
fix variable name
1 parent e1c9a4a commit 44af882

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugwise_usb/nodes/scan.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
DEFAULT_FIRMWARE: Final = datetime(2010, 11, 4, 16, 58, 46, tzinfo=UTC)
6363

6464

65-
6665
# Scan Features
6766
SCAN_FEATURES: Final = (
6867
NodeFeature.MOTION,
@@ -445,7 +444,7 @@ async def scan_configure(self) -> bool:
445444
self._send,
446445
self._mac_in_bytes,
447446
self._motion_config.reset_timer,
448-
self._motion_config.sensitivity_value,
447+
self._motion_config.sensitivity_level,
449448
self._motion_config.daylight_mode,
450449
)
451450
if (response := await request.send()) is None:

0 commit comments

Comments
 (0)