From ba8d1bb6d194a6bc7aeebf0c79a561d02b31d8ee Mon Sep 17 00:00:00 2001 From: insajd Date: Fri, 7 Feb 2020 15:31:49 +0200 Subject: [PATCH] Add error code 24 definition ("No-go zone or invisible wall detected") (#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. --- miio/vacuumcontainers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/miio/vacuumcontainers.py b/miio/vacuumcontainers.py index 00daf58a6..15d1ab0f7 100644 --- a/miio/vacuumcontainers.py +++ b/miio/vacuumcontainers.py @@ -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", }