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 32d3505 commit 6627c8fCopy full SHA for 6627c8f
plugwise_usb/nodes/scan.py
@@ -60,9 +60,9 @@
60
61
# Sensitivity values for motion sensor configuration
62
SENSITIVITY_MAP: Final = {
63
- MotionSensitivity.HIGH: 20, # 0x14
64
- MotionSensitivity.MEDIUM: 30, # 0x1E
65
- MotionSensitivity.OFF: 255, # 0xFF
+ MotionSensitivity.HIGH: 20, # 0x14
+ MotionSensitivity.MEDIUM: 30, # 0x1E
+ MotionSensitivity.OFF: 255, # 0xFF
66
}
67
68
# Scan Features
0 commit comments