Skip to content

Commit

Permalink
feat(code_mappings): add error n53 cleaning tank full or blocked
Browse files Browse the repository at this point in the history
  • Loading branch information
jalcaras committed Oct 18, 2023
1 parent 13220a5 commit 450cb0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/error.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ These are the potential errors your dock can have and their corresponding number

dirty_tank_latch_open = 44

no_dustbin = 46

cleaning_tank_full_or_blocked = 53


Vacuum Errors
-------------

Expand Down
1 change: 1 addition & 0 deletions roborock/code_mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ class RoborockDockErrorCode(RoborockEnum):
waste_water_tank_full = 39
dirty_tank_latch_open = 44
no_dustbin = 46
cleaning_tank_full_or_blocked = 53


class RoborockDockTypeCode(RoborockEnum):
Expand Down

0 comments on commit 450cb0e

Please sign in to comment.