Skip to content

Commit 384e249

Browse files
allenporterLash-L
andcommitted
Update roborock/devices/v1_channel.py
Co-authored-by: Luke Lashley <[email protected]>
1 parent c589925 commit 384e249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/devices/v1_channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def __init__(
6666

6767
@property
6868
def is_connected(self) -> bool:
69-
"""Return whether MQTT connection is available."""
69+
"""Return whether any connection is available."""
7070
return self.is_mqtt_connected or self.is_local_connected
7171

7272
@property

0 commit comments

Comments
 (0)