Skip to content

Commit

Permalink
Update air_purifier.py
Browse files Browse the repository at this point in the history
Added ON as a fan mode new firmware adds this
  • Loading branch information
sanjoyg authored Aug 24, 2024
1 parent 956e308 commit dd17dab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dirigera/devices/air_purifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

class FanModeEnum(Enum):
OFF = "off"
ON = "on
LOW = "low"
MEDIUM = "medium"
HIGH = "high"
Expand Down

0 comments on commit dd17dab

Please sign in to comment.