Skip to content

Commit de0d92d

Browse files
committed
Change NodeType to IntEnum
1 parent b481aa4 commit de0d92d

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
@@ -59,7 +59,7 @@ class NodeFeature(str, Enum):
5959
TEMPERATURE = "temperature"
6060

6161

62-
class NodeType(Enum):
62+
class NodeType(IntEnum):
6363
"""USB Node types."""
6464

6565
STICK = 0

0 commit comments

Comments
 (0)