Skip to content

Commit 5e82e72

Browse files
authored
Update power levels in b01_q10_code_mappings.py
1 parent a86e8f0 commit 5e82e72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

roborock/data/b01_q10/b01_q10_code_mappings.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ class YXFanLevel(RoborockModeEnum):
125125
NORMAL = "normal", 2
126126
STRONG = "strong", 3
127127
MAX = "max", 4
128-
SUPER = "super", 5
129-
CUSTOM = "custom", 8
128+
SUPER = "super", 8
130129

131130

132131
class YXWaterLevel(RoborockModeEnum):

0 commit comments

Comments
 (0)