Skip to content

Commit 4dc14c9

Browse files
committed
Add NodeFeature.RELAY_LOCK to CirclePlus
1 parent 1f794d0 commit 4dc14c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugwise_usb/nodes/circle_plus.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ async def load(self) -> bool:
3434
(
3535
NodeFeature.RELAY,
3636
NodeFeature.RELAY_INIT,
37+
NodeFeature.RELAY_LOCK,
3738
NodeFeature.ENERGY,
3839
NodeFeature.POWER,
3940
),
@@ -69,6 +70,7 @@ async def load(self) -> bool:
6970
(
7071
NodeFeature.RELAY,
7172
NodeFeature.RELAY_INIT,
73+
NodeFeature.RELAY_LOCK,
7274
NodeFeature.ENERGY,
7375
NodeFeature.POWER,
7476
),

0 commit comments

Comments
 (0)