Skip to content

Commit fe432e5

Browse files
committed
Make sure to set accept_join_request
1 parent 3e76da2 commit fe432e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise_usb/network/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ async def allow_join_requests(self, state: bool) -> None:
535535
)
536536

537537
_LOGGER.debug("Sent AllowJoiningRequest to Circle+ with state=%s", state)
538+
self.accept_join_request = state
538539

539540
def subscribe_to_node_events(
540541
self,

0 commit comments

Comments
 (0)