Skip to content

Commit

Permalink
Merge pull request #9 from bm1549/dehumidifier_modes
Browse files Browse the repository at this point in the history
New Dehumidifier modes
  • Loading branch information
gazpachoking authored Nov 14, 2021
2 parents d41fd4b + 6878d19 commit b1a4595
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions frigidaire/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@ class Mode(int, Enum):
ECO = 4
# Dehumidifier
DRY = 5
AUTO = 6
CONTINUOUS = 8
QUIET = 9


class FanSpeed(int, Enum):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name='frigidaire',
version='0.16',
version='0.17',
author="Brian Marks",
description="Python API for the Frigidaire 2.0 App",
license="MIT",
Expand Down

0 comments on commit b1a4595

Please sign in to comment.