Skip to content

Commit

Permalink
roborock: 22 is emptying the bin, not returning home
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Dec 4, 2021
1 parent b69ba83 commit 2c9df3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/integrations/vacuum/roborock/vacuumcontainers.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def state(self) -> str:
16: "Going to target",
17: "Zoned cleaning",
18: "Segment cleaning",
22: "Returning home", # on s7+, see #1189
22: "Emptying the bin", # on s7+, see #1189
100: "Charging complete",
101: "Device offline",
}
Expand Down

0 comments on commit 2c9df3b

Please sign in to comment.