File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -108,16 +108,16 @@ def start_node_discover(
108108 def scan_completed_callback (self , callback : Callable [[], Awaitable [None ]]) -> None :
109109 """Register async callback invoked when a node is found.
110110
111- Args:
112- callback: Async callable with signature
113- (mac: str, node_type: NodeType | None, ping_first: bool) -> bool.
114- It must return True when discovery succeeded; return False to allow the caller
115- to fall back (e.g., SED discovery path).
111+ Args:
112+ callback: Async callable with signature
113+ (mac: str, node_type: NodeType | None, ping_first: bool) -> bool.
114+ It must return True when discovery succeeded; return False to allow the caller
115+ to fall back (e.g., SED discovery path).
116116
117- Returns:
118- None
117+ Returns:
118+ None
119119
120- """
120+ """
121121
122122 self ._scan_completed_callback = callback
123123
You can’t perform that action at this time.
0 commit comments