Skip to content

Commit 2cd4f60

Browse files
Andrew YeatsAndrew Yeats
authored andcommitted
feat: re-add fault 569 as too_frequent_emptying, hw-confirmed (dock refuses a too-soon empty)
1 parent f5b7803 commit 2cd4f60

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

roborock/data/b01_q10/b01_q10_code_mappings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,8 @@ class YXFault(RoborockModeEnum):
338338
LOW_BATTERY_RESUME = "low_battery_resume", 502 # hw-confirmed; lifecycle
339339
DOCKING_ERROR = "docking_error", 503 # hw-confirmed; ss07 != Q7 (dustbin_not_installed)
340340
POSITIONING_FAILED = "positioning_failed", 556 # hw-confirmed; relocalization
341+
# hw-confirmed (3rd auto-empty in ~15 min: dock refuses to run the cycle); ss07 != Q7 (main_wheels_entangled)
342+
TOO_FREQUENT_EMPTYING = "too_frequent_emptying", 569
341343
CANNOT_REACH_TARGET = "cannot_reach_target", 570 # hw-confirmed; ss07 != Q7 (main_brush_entangled)
342344
OFFLINE_WARNING_ASLEEP = "offline_warning_asleep", 588
343345
OFFLINE_WARNING_LOW_BATTERY = "offline_warning_low_battery", 589

0 commit comments

Comments
 (0)