We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2609f commit 7e100faCopy full SHA for 7e100fa
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