10000 Add error code 7 for clean module (#1474) · rSffsE/python-kasa@b6a5849 · GitHub
[go: up one dir, main page]

Skip to content

Commit b6a5849

Browse files
authored
Add error code 7 for clean module (python-kasa#1474)
1 parent 988eb96 commit b6a5849

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kasa/smart/modules/clean.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class ErrorCode(IntEnum):
3838
MainBrushStuck = 3
3939
WheelBlocked = 4
4040
Trapped = 6
41+
TrappedCliff = 7
4142
DustBinRemoved = 14
4243
UnableToMove = 15
4344
LidarBlocked = 16

0 commit comments

Comments
 (0)
0