diff --git a/miio/vacuumcontainers.py b/miio/vacuumcontainers.py index de8cc5cf3..e7efd8fe5 100644 --- a/miio/vacuumcontainers.py +++ b/miio/vacuumcontainers.py @@ -83,6 +83,9 @@ def state(self) -> str: 15: 'Docking', 16: 'Going to target', 17: 'Zoned cleaning', + 18: 'Segment cleaning', + 100: 'Charging complete', + 101: 'Device offline', } try: return states[int(self.state_code)]