We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c589925 + 6561568 commit 4bacc7bCopy full SHA for 4bacc7b
1 file changed
roborock/devices/v1_channel.py
@@ -66,7 +66,7 @@ def __init__(
66
67
@property
68
def is_connected(self) -> bool:
69
- """Return whether MQTT connection is available."""
+ """Return whether any connection is available."""
70
return self.is_mqtt_connected or self.is_local_connected
71
72
0 commit comments