@@ -551,13 +551,46 @@ class RoborockDockErrorCode(RoborockEnum):
551551 """Describes the error code of the dock."""
552552
553553 ok = 0
554+ """No error condition."""
555+
556+ no_dustbin_or_filter = 32
557+ """No dock dustbin or filter installed.
558+
559+ This error message applies to auto-empty docs.
560+ """
561+
562+ auto_empty_dock_fan_error = 33
563+ """Auto-Empty Dock fan error: Dock dustbin or filter out of place."""
564+
554565 duct_blockage = 34
566+ """Auto-Empty Dock jammed: Dock dustbin, filter, or air duct jammed, check and make it clean."""
567+
568+ auto_empty_dock_voltage_error = 35
569+ """Auto-Empty Dock voltage error: Unable to empty the dustbin."""
570+
555571 water_empty = 38
572+ """Clean water tank empty: Check tank placement or refill as required."""
573+
556574 waste_water_tank_full = 39
575+ """Check the dirty water tank: Check tank placement or empty as required."""
576+
557577 maintenance_brush_jammed = 42
578+ """Self-cleaning roller error: Maintenance brush jammed. Remove and clean."""
579+
558580 dirty_tank_latch_open = 44
581+ """Water filter blocked: Clean and reinstall.
582+
583+ Make sure that the dirty water tank cover is closed and the latch is secured.
584+ """
585+
559586 no_dustbin = 46
587+ """Dustbin not installed (Standard error for missing dustbin).
588+
589+ This error message applies to larger wash docks.
590+ """
591+
560592 cleaning_tank_full_or_blocked = 53
593+ """Cleaning tank full or blocked (Water filter or sink strainer blocked/not installed)."""
561594
562595
563596class RoborockDockTypeCode (RoborockEnum ):
0 commit comments