Skip to content

Commit

Permalink
vacuum: Add t7s (roborock.vacuum.a14) (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Dec 6, 2021
1 parent 48717d9 commit 0015a5f
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 @@ -129,6 +129,7 @@ class CarpetCleaningMode(enum.Enum):
ROCKROBO_S5_MAX = "roborock.vacuum.s5e"
ROCKROBO_S6 = "roborock.vacuum.s6"
ROCKROBO_S6_PURE = "roborock.vacuum.a08"
ROCKROBO_T7S = "roborock.vacuum.a14"
ROCKROBO_S7 = "roborock.vacuum.a15"
ROCKROBO_S6_MAXV = "roborock.vacuum.a10"
ROCKROBO_E2 = "roborock.vacuum.e2"
Expand All @@ -141,6 +142,7 @@ class CarpetCleaningMode(enum.Enum):
ROCKROBO_S5_MAX,
ROCKROBO_S6,
ROCKROBO_S6_PURE,
ROCKROBO_T7S,
ROCKROBO_S7,
ROCKROBO_S6_MAXV,
ROCKROBO_E2,
Expand Down

0 comments on commit 0015a5f

Please sign in to comment.