Skip to content

Commit 593d062

Browse files
committed
Update network_online docstring
1 parent 37a0930 commit 593d062

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

plugwise_usb/connection/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,11 @@ def network_id(self) -> int | None:
8888

8989
@property
9090
def network_online(self) -> bool:
91-
"""Return the network state."""
91+
"""Return the network state.
92+
93+
The ZigBee network is online when the Stick is connected and a
94+
StickInitResponse indicates that the ZigBee network is online.
95+
"""
9296
if not self._manager.is_connected:
9397
raise StickError(
9498
"Network status not available. Connect and initialize USB-Stick first."

0 commit comments

Comments
 (0)