diff --git a/kasa/smart/modules/clean.py b/kasa/smart/modules/clean.py index 2764e8a1..393a4f29 100644 --- a/kasa/smart/modules/clean.py +++ b/kasa/smart/modules/clean.py @@ -38,6 +38,7 @@ class ErrorCode(IntEnum): MainBrushStuck = 3 WheelBlocked = 4 Trapped = 6 + TrappedCliff = 7 DustBinRemoved = 14 UnableToMove = 15 LidarBlocked = 16