Skip to content

Commit 576dc34

Browse files
committed
Revert back to simple docstring
1 parent 9b69955 commit 576dc34

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

plugwise_usb/network/registry.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -102,17 +102,7 @@ def scan_completed(self) -> bool:
102102
def start_node_discover(
103103
self, callback: Callable[[str, NodeType | None, bool], Awaitable[bool]]
104104
) -> None:
105-
"""Register async callback invoked when a node is found.
106-
107-
Args:
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-
"""
105+
"""Register async callback invoked when a node is found."""
116106
self._start_node_discover = callback
117107

118108
def scan_completed_callback(self, callback: Callable[[], Awaitable[None]]) -> None:

0 commit comments

Comments
 (0)