Skip to content

Commit

Permalink
Mark roborock q5 (roborock.vacuum.a34) as supported (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Jul 7, 2022
1 parent 74b6b42 commit 0b62075
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions miio/integrations/vacuum/roborock/vacuum.py
Expand Up @@ -153,6 +153,7 @@ class DustCollectionMode(enum.Enum):
ROCKROBO_T7S = "roborock.vacuum.a14"
ROCKROBO_T7SPLUS = "roborock.vacuum.a23"
ROCKROBO_S7_MAXV = "roborock.vacuum.a27"
ROCKROBO_Q5 = "roborock.vacuum.a34"
ROCKROBO_G10S = "roborock.vacuum.a46"
ROCKROBO_S7 = "roborock.vacuum.a15"
ROCKROBO_S6_MAXV = "roborock.vacuum.a10"
Expand All @@ -174,6 +175,7 @@ class DustCollectionMode(enum.Enum):
ROCKROBO_T7SPLUS,
ROCKROBO_S7,
ROCKROBO_S7_MAXV,
ROCKROBO_Q5,
ROCKROBO_G10S,
ROCKROBO_S6_MAXV,
ROCKROBO_E2,
Expand Down

0 comments on commit 0b62075

Please sign in to comment.