Skip to content

Commit 4bacc7b

Browse files
committed
Merge branch 'device-traits' of github.com:allenporter/python-roborock into device-traits
2 parents c589925 + 6561568 commit 4bacc7b

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)