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