Skip to content

Commit 37a0930

Browse files
committed
Update docstring
1 parent 4f92993 commit 37a0930

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugwise_usb/connection/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ async def pair_plus_device(self, mac: str) -> bool:
246246
async def get_node_details(
247247
self, mac: str, ping_first: bool
248248
) -> tuple[NodeInfoResponse | None, NodePingResponse | None]:
249-
"""Return node discovery type."""
249+
"""Collect NodeInfo data from the Stick."""
250250
ping_response: NodePingResponse | None = None
251251
if ping_first:
252252
# Define ping request with one retry

0 commit comments

Comments
 (0)