Skip to content

Commit 6627c8f

Browse files
author
autoruff
committed
fixup: mdi_CPRegistry Python code reformatted using Ruff
1 parent 32d3505 commit 6627c8f

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
@@ -60,9 +60,9 @@
6060

6161
# Sensitivity values for motion sensor configuration
6262
SENSITIVITY_MAP: Final = {
63-
MotionSensitivity.HIGH: 20, # 0x14
64-
MotionSensitivity.MEDIUM: 30, # 0x1E
65-
MotionSensitivity.OFF: 255, # 0xFF
63+
MotionSensitivity.HIGH: 20, # 0x14
64+
MotionSensitivity.MEDIUM: 30, # 0x1E
65+
MotionSensitivity.OFF: 255, # 0xFF
6666
}
6767

6868
# Scan Features

0 commit comments

Comments
 (0)