From ea9822350f44c9c24211b10397c063ec6fdb0f59 Mon Sep 17 00:00:00 2001 From: Oncleben31 Date: Tue, 26 Feb 2019 23:34:48 +0100 Subject: [PATCH] Add missing error description (#483) * 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 --- miio/vacuumcontainers.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/miio/vacuumcontainers.py b/miio/vacuumcontainers.py index bf7e5110f..7fcdea985 100644 --- a/miio/vacuumcontainers.py +++ b/miio/vacuumcontainers.py @@ -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", }