Skip to content

Commit e405cb3

Browse files
authored
Add new Zeo code mappings for ZeoTemperature and ZeoSpin
1 parent d125afb commit e405cb3

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
@@ -75,6 +75,7 @@ class ZeoTemperature(RoborockEnum):
7575
high = 4
7676
max = 5
7777
twenty_c = 6
78+
ninety_c = 7
7879

7980

8081
class ZeoRinse(RoborockEnum):
@@ -87,6 +88,7 @@ class ZeoRinse(RoborockEnum):
8788

8889

8990
class ZeoSpin(RoborockEnum):
91+
null = 0
9092
none = 1
9193
very_low = 2
9294
low = 3

0 commit comments

Comments
 (0)