We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f847e commit ff00b20Copy full SHA for ff00b20
1 file changed
plugwise_usb/connection/__init__.py
@@ -246,7 +246,7 @@ async def pair_plus_device(self, mac: str) -> bool:
246
async def get_node_details(
247
self, mac: str, ping_first: bool
248
) -> tuple[NodeInfoResponse | None, NodePingResponse | None]:
249
- """Return node discovery type."""
+ """Collect NodeInfo data from the Stick."""
250
ping_response: NodePingResponse | None = None
251
if ping_first:
252
# Define ping request with one retry
0 commit comments