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 b5e433f commit 1b86bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/integrations/vacuum/roborock/vacuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ def _enum_as_dict(cls):
fanspeeds = FanspeedE2
elif self.model == ROCKROBO_S7:
fanspeeds = FanspeedS7
elif self.model == ROCKROBO_S7MAXV:
elif self.model == ROCKROBO_S7_MAXV:
fanspeeds = FanspeedS7_Maxv
else:
fanspeeds = FanspeedV2
Expand Down

0 comments on commit 1b86bc2

Please sign in to comment.