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 3ed0bc0 commit 83fe27eCopy full SHA for 83fe27e
plugwise_usb/network/registry.py
@@ -92,7 +92,7 @@ def cache_folder(self, cache_folder: str) -> None:
92
self._network_cache.cache_root_directory = cache_folder
93
94
@property
95
- def registry(self) -> dict[int, tuple[str, NodeType | None]]:
+ def registry(self) -> list[str]:
96
"""Return dictionary with all joined nodes."""
97
return deepcopy(self._registry)
98
0 commit comments