From 450cb0ef5d2af890793e0fe83d4e84c854ae182f Mon Sep 17 00:00:00 2001 From: jalcaras Date: Wed, 18 Oct 2023 09:48:58 +0200 Subject: [PATCH] feat(code_mappings): add error n53 cleaning tank full or blocked --- docs/source/error.rst | 5 +++++ roborock/code_mappings.py | 1 + 2 files changed, 6 insertions(+) diff --git a/docs/source/error.rst b/docs/source/error.rst index 163514b..b8db415 100644 --- a/docs/source/error.rst +++ b/docs/source/error.rst @@ -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 ------------- diff --git a/roborock/code_mappings.py b/roborock/code_mappings.py index 08f5a9e..dcce8e3 100644 --- a/roborock/code_mappings.py +++ b/roborock/code_mappings.py @@ -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):