Skip to content

Commit

Permalink
Merge pull request #7 from AdamCLarsen/main
Browse files Browse the repository at this point in the history
Add bin full alert to HaclCodes
  • Loading branch information
bm1549 authored Sep 14, 2021
2 parents be5624a + a3ed12d commit d41fd4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions frigidaire/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class HaclCode(str, Enum):
TARGET_TEMPERATURE = "0432"
ALERT_EVENT = "0470"
COMPRESSOR_STATE = "04A1"
BIN_FULL_ALERT = "04E5"
TARGET_HUMIDITY = "04EA"
AMBIENT_HUMIDITY = "04EB"
AC_MODE = "1000"
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.15',
version='0.16',
author="Brian Marks",
description="Python API for the Frigidaire 2.0 App",
license="MIT",
Expand Down

0 comments on commit d41fd4b

Please sign in to comment.