Add error 6: trapped

This commit is contained in:
Teemu Rytilahti 2025-01-16 19:46:12 +01:00
parent 773801cad5
commit bcbf239e30

View File

@ -37,6 +37,7 @@ class ErrorCode(IntEnum):
SideBrushStuck = 2
MainBrushStuck = 3
WheelBlocked = 4
Trapped = 6
DustBinRemoved = 14
UnableToMove = 15
LidarBlocked = 16