Skip to content

Commit 626ca89

Browse files
committed
Update api with set_relay_state()
1 parent 4f6ea46 commit 626ca89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugwise_usb/api.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,9 @@ async def set_relay(self, state: bool) -> bool:
421421
422422
"""
423423

424+
async def set_relay_lock(self, state: bool) -> bool:
425+
"""Change the state of the relay-lock."""
426+
424427
# endregion
425428

426429
# region configuration properties

0 commit comments

Comments
 (0)