Skip to content

Commit

Permalink
Add additional mode of Air Purifier Super 2 (#1054)
Browse files Browse the repository at this point in the history
Signed-off-by: daxingplay <daxingplay@gmail.com>
  • Loading branch information
daxingplay authored Jun 4, 2021
1 parent 6453bfe commit 14652f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions miio/airpurifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class OperationMode(enum.Enum):
Medium = "medium"
High = "high"
Strong = "strong"
# Additional supported modes of the Air Purifier Super 2
Low = "low"


class SleepMode(enum.Enum):
Expand Down

0 comments on commit 14652f6

Please sign in to comment.