Skip to content

Commit

Permalink
Add missing error description (#483)
Browse files Browse the repository at this point in the history
* Add missing error message

Info found on this link https://drkoch.dk/wp-content/uploads/2018/10/Roborock_Robot_Vacuum_Cleaner_EN.pdf

* Typo correction

* implement format feedback from HoundCI
  • Loading branch information
oncleben31 authored and rytilahti committed Feb 26, 2019
1 parent 5567b1d commit ea98223
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions miio/vacuumcontainers.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ def pretty_area(x: float) -> float:
17: "Side brushes problem, reboot me",
18: "Suction fan problem",
19: "Unpowered charging station",
21: "Laser disance sensor blocked",
22: "Clean the dock charging contacts",
23: "Docking station not reachable",
}


Expand Down

0 comments on commit ea98223

Please sign in to comment.