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