We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af2d67 commit a55149cCopy full SHA for a55149c
1 file changed
miio/integrations/vacuum/roborock/vacuum.py
@@ -141,6 +141,7 @@ class CarpetCleaningMode(enum.Enum):
141
ROCKROBO_S6_PURE = "roborock.vacuum.a08"
142
ROCKROBO_T7 = "roborock.vacuum.a11" # cn s7
143
ROCKROBO_T7S = "roborock.vacuum.a14"
144
+ROCKROBO_T7SPLUS = "roborock.vacuum.a23"
145
ROCKROBO_S7 = "roborock.vacuum.a15"
146
ROCKROBO_S6_MAXV = "roborock.vacuum.a10"
147
ROCKROBO_E2 = "roborock.vacuum.e2"
@@ -157,6 +158,7 @@ class CarpetCleaningMode(enum.Enum):
157
158
ROCKROBO_S6_PURE,
159
ROCKROBO_T7,
160
ROCKROBO_T7S,
161
+ ROCKROBO_T7SPLUS,
162
ROCKROBO_S7,
163
ROCKROBO_S6_MAXV,
164
ROCKROBO_E2,
0 commit comments