Skip to content

Commit 905f916

Browse files
NOisi-xLash-L
andauthored
feat: Add some new Zeo code mappings (#823)
* Add new Zeo code mappings for ZeoTemperature and ZeoSpin * feat: Add null option to ZeoMode and ZeoProgram enums --------- Co-authored-by: Luke Lashley <conway220@gmail.com>
1 parent 6c6c396 commit 905f916

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

roborock/data/zeo/zeo_code_mappings.py

Lines changed: 4 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
@@ -75,6 +77,7 @@ class ZeoTemperature(RoborockEnum):
7577
high = 4
7678
max = 5
7779
twenty_c = 6
80+
ninety_c = 7
7881

7982

8083
class ZeoRinse(RoborockEnum):
@@ -87,6 +90,7 @@ class ZeoRinse(RoborockEnum):
8790

8891

8992
class ZeoSpin(RoborockEnum):
93+
null = 0
9094
none = 1
9195
very_low = 2
9296
low = 3

0 commit comments

Comments
 (0)