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 77353ba commit abf7fa4Copy full SHA for abf7fa4
plugwise_usb/api.py
@@ -59,7 +59,7 @@ class NodeFeature(str, Enum):
59
TEMPERATURE = "temperature"
60
61
62
-class NodeType(IntEnum):
+class NodeType(Enum):
63
"""USB Node types."""
64
65
STICK = 0
0 commit comments