Skip to content

Commit c1f2895

Browse files
committed
Continue
1 parent 318eece commit c1f2895

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

miio/viomivacuum.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def mop(self) -> timedelta:
135135

136136
@property
137137
def mop_left(self) -> timedelta:
138+
"""How long until the mop should be changed."""
138139
return self.sensor_dirty_total - self.sensor_dirty
139140

140141
def __repr__(self) -> str:
@@ -229,7 +230,6 @@ class ViomiEdgeState(Enum):
229230
Off = 0
230231
Unknown = 1
231232
On = 2
232-
Unknown2 = 5
233233

234234

235235
class ViomiVacuumStatus:
@@ -435,7 +435,7 @@ class ViomiVacuum(Device):
435435
"""Interface for Viomi vacuums (viomi.vacuum.v7)."""
436436

437437
_cache = {"edge_state": None, "rooms": {}}
438-
timeout = 0.6
438+
timeout = 0.5
439439
retry_count = 20
440440

441441
@command(

0 commit comments

Comments
 (0)