Skip to content

Commit 6b7e25f

Browse files
authored
Fix typo in waitingforaftercare constant name
1 parent c6085e3 commit 6b7e25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/data/zeo/zeo_code_mappings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class ZeoState(RoborockEnum):
1919
under_delay_start = 9
2020
done = 10
2121
aftercare = 12
22-
waitingforaftercare = 13
22+
waiting_for_aftercare = 13
2323

2424
class ZeoProgram(RoborockEnum):
2525
standard = 1

0 commit comments

Comments
 (0)