Skip to content

Commit 0c45f3b

Browse files
committed
Debug nodetype-cache contents
1 parent b757359 commit 0c45f3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise_usb/network/cache.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ async def clear_cache(self) -> None:
4444
async def restore_cache(self) -> None:
4545
"""Load the previously stored information."""
4646
data: dict[str, str] = await self.read_cache()
47+
_LOGGER.debug("Data read from nodetype-cache: %s", data)
4748
self._nodetypes = {}
4849
for mac, node_value in data.items():
4950
node_type: NodeType | None = None

0 commit comments

Comments
 (0)