We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3985032 commit 66f407dCopy full SHA for 66f407d
plugwise_usb/nodes/circle.py
@@ -181,7 +181,7 @@ def relay_lock(self) -> bool:
181
"""State of the relay lock."""
182
return self._relay_lock
183
184
- def set_relay_lock(self, state: bool) -> None:
+ async def set_relay_lock(self, state: bool) -> None:
185
"""Set the state of the relay-lock."""
186
self._relay_lock = state
187
await self.publish_feature_update_to_subscribers(
0 commit comments