mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-04-30 10:36:24 +00:00
Add error 6: trapped
This commit is contained in:
parent
773801cad5
commit
bcbf239e30
@ -37,6 +37,7 @@ class ErrorCode(IntEnum):
|
|||||||
SideBrushStuck = 2
|
SideBrushStuck = 2
|
||||||
MainBrushStuck = 3
|
MainBrushStuck = 3
|
||||||
WheelBlocked = 4
|
WheelBlocked = 4
|
||||||
|
Trapped = 6
|
||||||
DustBinRemoved = 14
|
DustBinRemoved = 14
|
||||||
UnableToMove = 15
|
UnableToMove = 15
|
||||||
LidarBlocked = 16
|
LidarBlocked = 16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user