Add error code 7 for clean module ()

This commit is contained in:
Teemu R. 2025-01-23 12:43:02 +01:00 committed by GitHub
parent 988eb96bd1
commit b6a584971a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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