Skip to content

Commit abf7fa4

Browse files
committed
Revert NodeType back to
1 parent 77353ba commit abf7fa4

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(IntEnum):
62+
class NodeType(Enum):
6363
"""USB Node types."""
6464

6565
STICK = 0

0 commit comments

Comments
 (0)