Skip to content

Commit

Permalink
Add gentle mode for Roborock E2 (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
tribut authored Jun 10, 2020
1 parent 5dd8f31 commit a406829
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion miio/vacuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ class FanspeedV2(enum.Enum):


class FanspeedE2(enum.Enum):
# Original names from the app: Silent, Standard, Strong, Max
# Original names from the app: Gentle, Silent, Standard, Strong, Max
Gentle = 41
Silent = 50
Standard = 68
Medium = 79
Expand Down

0 comments on commit a406829

Please sign in to comment.