Skip to content

Commit 60ab4c4

Browse files
committed
Don't init self._relay_lock, will be set from cache
1 parent 3982522 commit 60ab4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __init__(
8686
super().__init__(mac, address, controller, loaded_callback)
8787

8888
# Relay
89-
self._relay_lock: RelayLock = RelayLock(state=False)
89+
self._relay_lock: RelayLock = RelayLock()
9090
self._relay_state: RelayState = RelayState()
9191
self._relay_config: RelayConfig = RelayConfig()
9292

0 commit comments

Comments
 (0)