We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e76da2 commit fe432e5Copy full SHA for fe432e5
1 file changed
plugwise_usb/network/__init__.py
@@ -535,6 +535,7 @@ async def allow_join_requests(self, state: bool) -> None:
535
)
536
537
_LOGGER.debug("Sent AllowJoiningRequest to Circle+ with state=%s", state)
538
+ self.accept_join_request = state
539
540
def subscribe_to_node_events(
541
self,
0 commit comments