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 d35046c commit 8cc057bCopy full SHA for 8cc057b
plugwise_usb/network/__init__.py
@@ -511,7 +511,6 @@ async def stop(self) -> None:
511
async def allow_join_requests(self, state: bool) -> None:
512
"""Enable or disable Plugwise network."""
513
request = CirclePlusAllowJoiningRequest(self._controller.send, state)
514
- response = await request.send()
515
if (response := await request.send()) is None:
516
raise NodeError("No response to get notifications for join request.")
517
0 commit comments