Skip to content

Commit 4aa7dce

Browse files
committed
Debug
1 parent 185e271 commit 4aa7dce

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
@@ -149,6 +149,7 @@ def registry(self) -> dict[int, tuple[str, NodeType | None]]:
149149
async def register_node(self, mac: str) -> bool:
150150
"""Register node to Plugwise network."""
151151
if (address := await self._register.register_node(mac)):
152+
_LOGGER.debug("HOI address=%s", address)
152153
return await self._discover_node(address, mac, None)
153154

154155
return False

0 commit comments

Comments
 (0)