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 71a497a commit a2ca357Copy full SHA for a2ca357
plugwise_usb/network/registry.py
@@ -105,10 +105,13 @@ def start_node_discover(
105
"""Register async callback invoked when a node is found.
106
107
Args:
108
+
109
mac: Node MAC address.
110
node_type: NodeType if known (from cache), else None.
111
ping_first: True when invoked from cache phase, False during Circle+ scan or manual register.
112
113
Returns:
114
115
bool: True when discovery succeeded; False to allow caller to fallback (e.g., SED path).
116
"""
117
self._start_node_discover = callback
0 commit comments