Skip to content

Commit

Permalink
Add emptying bin status for roborock s7+ (#1190)
Browse files Browse the repository at this point in the history
* Add returning home status for roborock s7+

* roborock: 22 is emptying the bin, not returning home
  • Loading branch information
rytilahti committed Dec 5, 2021
1 parent f443710 commit 48717d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miio/integrations/vacuum/roborock/vacuumcontainers.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def state(self) -> str:
16: "Going to target",
17: "Zoned cleaning",
18: "Segment cleaning",
22: "Emptying the bin", # on s7+, see #1189
100: "Charging complete",
101: "Device offline",
}
Expand Down

0 comments on commit 48717d9

Please sign in to comment.