Skip to content

Commit c51ddb0

Browse files
authored
feat: Add null option to ZeoMode and ZeoProgram enums
1 parent e405cb3 commit c51ddb0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

roborock/data/zeo/zeo_code_mappings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33

44
class ZeoMode(RoborockEnum):
5+
null = 0
56
wash = 1
67
wash_and_dry = 2
78
dry = 3
@@ -23,6 +24,7 @@ class ZeoState(RoborockEnum):
2324

2425

2526
class ZeoProgram(RoborockEnum):
27+
null = 0
2628
standard = 1
2729
quick = 2
2830
sanitize = 3

0 commit comments

Comments
 (0)