Skip to content

Commit

Permalink
Add roborock.vacuum.a23 to supported models (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti authored Feb 3, 2022
1 parent 2af2d67 commit a55149c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions miio/integrations/vacuum/roborock/vacuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ class CarpetCleaningMode(enum.Enum):
ROCKROBO_S6_PURE = "roborock.vacuum.a08"
ROCKROBO_T7 = "roborock.vacuum.a11" # cn s7
ROCKROBO_T7S = "roborock.vacuum.a14"
ROCKROBO_T7SPLUS = "roborock.vacuum.a23"
ROCKROBO_S7 = "roborock.vacuum.a15"
ROCKROBO_S6_MAXV = "roborock.vacuum.a10"
ROCKROBO_E2 = "roborock.vacuum.e2"
Expand All @@ -157,6 +158,7 @@ class CarpetCleaningMode(enum.Enum):
ROCKROBO_S6_PURE,
ROCKROBO_T7,
ROCKROBO_T7S,
ROCKROBO_T7SPLUS,
ROCKROBO_S7,
ROCKROBO_S6_MAXV,
ROCKROBO_E2,
Expand Down

0 comments on commit a55149c

Please sign in to comment.