Skip to content

Commit c6085e3

Browse files
authored
Fix order of aftercare and waitingforaftercare values
1 parent b41b6d6 commit c6085e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roborock/data/zeo/zeo_code_mappings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class ZeoState(RoborockEnum):
1818
cooling = 8
1919
under_delay_start = 9
2020
done = 10
21-
waitingforaftercare = 12
22-
aftercare = 13
21+
aftercare = 12
22+
waitingforaftercare = 13
2323

2424
class ZeoProgram(RoborockEnum):
2525
standard = 1

0 commit comments

Comments
 (0)