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 1463a47 commit 8031205Copy full SHA for 8031205
plugwise_usb/api.py
@@ -19,7 +19,7 @@ class StickEvent(Enum):
19
NETWORK_ONLINE = auto()
20
21
22
-class MotionSensitivity(IntEnumEnum):
+class MotionSensitivity(IntEnum):
23
"""Motion sensitivity levels for Scan devices."""
24
25
HIGH = 20
0 commit comments