Skip to content

Commit 8b34bc8

Browse files
committed
Add NodeFeature SENSE
1 parent 9039c59 commit 8b34bc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugwise_usb/api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class NodeFeature(str, Enum):
5252
RELAY_INIT = "relay_init"
5353
RELAY_LOCK = "relay_lock"
5454
SWITCH = "switch"
55+
SENSE = "sense"
5556
TEMPERATURE = "temperature"
5657

5758

@@ -80,6 +81,7 @@ class NodeType(Enum):
8081
NodeFeature.MOTION,
8182
NodeFeature.MOTION_CONFIG,
8283
NodeFeature.TEMPERATURE,
84+
NodeFeature.SENSE,
8385
NodeFeature.SWITCH,
8486
)
8587

0 commit comments

Comments
 (0)