Commit aa2691a
authored
feat: add dock strainer and cleaning brush consumable reset attributes (#805)
Add STRAINER_WORK_TIMES and CLEANING_BRUSH_WORK_TIMES to ConsumableAttribute
so callers can reset dock-specific consumables via reset_consumable(). The
Consumable dataclass already tracks these fields; only the reset side was
missing from the enum.1 parent cef3c27 commit aa2691a
File tree
2 files changed
+4
-0
lines changed- roborock/devices/traits/v1
- tests/devices/traits/v1
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
0 commit comments