Skip to content

Commit

Permalink
Update vacuum.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-morgan-1 authored Jul 11, 2022
1 parent 7e932fb commit b5e433f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miio/integrations/vacuum/roborock/vacuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@ class FanspeedS7(FanspeedEnum):
Medium = 103
Turbo = 104


class FanspeedS7_Maxv(FanspeedEnum):
Silent = 101
Standard = 102
Medium = 103
Turbo = 104
Max = 108


class WaterFlow(enum.Enum):
"""Water flow strength on s5 max."""
Expand Down

0 comments on commit b5e433f

Please sign in to comment.