We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9039c59 commit 8b34bc8Copy full SHA for 8b34bc8
1 file changed
plugwise_usb/api.py
@@ -52,6 +52,7 @@ class NodeFeature(str, Enum):
52
RELAY_INIT = "relay_init"
53
RELAY_LOCK = "relay_lock"
54
SWITCH = "switch"
55
+ SENSE = "sense"
56
TEMPERATURE = "temperature"
57
58
@@ -80,6 +81,7 @@ class NodeType(Enum):
80
81
NodeFeature.MOTION,
82
NodeFeature.MOTION_CONFIG,
83
NodeFeature.TEMPERATURE,
84
+ NodeFeature.SENSE,
85
NodeFeature.SWITCH,
86
)
87
0 commit comments