Skip to content

Commit

Permalink
Off fan speed for Roborock S7 (#1601)
Browse files Browse the repository at this point in the history
The Roborock S7 MaxV includes the Off fan speed, but the S7 does not.
That speed is also valid for the S7 (it can only use the mop too).
Checked with `firmware 4.3.5_1578`.
  • Loading branch information
rogelio-o authored Nov 23, 2022
1 parent 086bc8c commit c0ef162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miio/integrations/vacuum/roborock/vacuum_enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class FanspeedE2(FanspeedEnum):


class FanspeedS7(FanspeedEnum):
Off = 105
Silent = 101
Standard = 102
Medium = 103
Expand Down

0 comments on commit c0ef162

Please sign in to comment.