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 069a53d commit a1f7e57Copy full SHA for a1f7e57
plugwise_usb/network/__init__.py
@@ -506,6 +506,7 @@ async def stop(self) -> None:
506
507
async def allow_join_requests(self, state: bool) -> None:
508
"""Enable or disable Plugwise network."""
509
+ _LOGGER.debug("HOI try setting allow_join_requests to True")
510
request = CirclePlusAllowJoiningRequest(self._controller.send, state)
511
response = await request.send()
512
if (response := await request.send()) is None:
0 commit comments