We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41b6d6 commit c6085e3Copy full SHA for c6085e3
1 file changed
roborock/data/zeo/zeo_code_mappings.py
@@ -18,8 +18,8 @@ class ZeoState(RoborockEnum):
18
cooling = 8
19
under_delay_start = 9
20
done = 10
21
- waitingforaftercare = 12
22
- aftercare = 13
+ aftercare = 12
+ waitingforaftercare = 13
23
24
class ZeoProgram(RoborockEnum):
25
standard = 1
0 commit comments