Skip to content

Commit 915f66c

Browse files
committed
Execute allow_join_requests() with accept_join_request state being set
1 parent 0aae699 commit 915f66c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise_usb/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ def accept_join_request(self, state: bool) -> None:
206206
)
207207

208208
self._network.accept_join_request = state
209+
self._network.allow_join_requests(state)
209210

210211
async def clear_cache(self) -> None:
211212
"""Clear current cache."""

0 commit comments

Comments
 (0)