Skip to content

Commit

Permalink
Add error code 24 definition ("No-go zone or invisible wall detected") (
Browse files Browse the repository at this point in the history
#623)

Roborock was cleaning, got stuck, in the component got error "Definition missing for error 24", checked Mi Home for the error, and it's what I have added here.
  • Loading branch information
insajd authored Feb 7, 2020
1 parent 9a7c6c4 commit ba8d1bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miio/vacuumcontainers.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def pretty_area(x: float) -> float:
21: "Laser disance sensor blocked",
22: "Clean the dock charging contacts",
23: "Docking station not reachable",
24: "No-go zone or invisible wall detected",
}


Expand Down

0 comments on commit ba8d1bb

Please sign in to comment.