Skip to content

Commit

Permalink
Define WaterFlow as an enum
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Aug 3, 2020
1 parent f7b03ce commit 430c10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/vacuum.py
Expand Up @@ -70,7 +70,7 @@ class FanspeedE2(enum.Enum):
Turbo = 100


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

Minimum = 200
Expand Down

0 comments on commit 430c10c

Please sign in to comment.