Skip to content

Commit

Permalink
Merge pull request #57 from sanjoyg/patch-1
Browse files Browse the repository at this point in the history
Added OFF to FanMode for STARKVIND air purifier
  • Loading branch information
Leggin authored Mar 26, 2024
2 parents e455d9d + 6bd5938 commit f2900ab
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 @@ -5,6 +5,7 @@
from ..hub.abstract_smart_home_hub import AbstractSmartHomeHub

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

0 comments on commit f2900ab

Please sign in to comment.