From b6a584971a18767de88901a887ef5854d2f92c01 Mon Sep 17 00:00:00 2001 From: "Teemu R." Date: Thu, 23 Jan 2025 12:43:02 +0100 Subject: [PATCH] Add error code 7 for clean module (#1474) --- kasa/smart/modules/clean.py | 1 + 1 file changed, 1 insertion(+) 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