Skip to content

Commit 496a5e9

Browse files
bouwewdirixmjm
authored andcommitted
Fix typo
1 parent d98f1ba commit 496a5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class StickEvent(Enum):
1919
NETWORK_ONLINE = auto()
2020

2121

22-
class MotionSensitivity(IntEnumEnum):
22+
class MotionSensitivity(IntEnum):
2323
"""Motion sensitivity levels for Scan devices."""
2424

2525
HIGH = 20

0 commit comments

Comments
 (0)