We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a0930 commit 593d062Copy full SHA for 593d062
plugwise_usb/connection/__init__.py
@@ -88,7 +88,11 @@ def network_id(self) -> int | None:
88
89
@property
90
def network_online(self) -> bool:
91
- """Return the network state."""
+ """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
+ """
96
if not self._manager.is_connected:
97
raise StickError(
98
"Network status not available. Connect and initialize USB-Stick first."
0 commit comments