Skip to content

Commit a1f7e57

Browse files
committed
HOI debug
1 parent 069a53d commit a1f7e57

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
@@ -506,6 +506,7 @@ async def stop(self) -> None:
506506

507507
async def allow_join_requests(self, state: bool) -> None:
508508
"""Enable or disable Plugwise network."""
509+
_LOGGER.debug("HOI try setting allow_join_requests to True")
509510
request = CirclePlusAllowJoiningRequest(self._controller.send, state)
510511
response = await request.send()
511512
if (response := await request.send()) is None:

0 commit comments

Comments
 (0)