Skip to content

Commit

Permalink
Add undocumented alarm status: "U"
Browse files Browse the repository at this point in the history
Best guess as to the name assigned as there are no docs.
  • Loading branch information
gwww committed Jan 14, 2025
1 parent ec30177 commit fe92fc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions elkm1_lib/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ class AlarmState(Enum):
WATER_ALARM = "@"
FIRE_SUPERVISORY = "A"
VERIFY_FIRE = "B"
UNSUPERVISED_ZONE_TROUBLE = "U"


class ArmLevel(Enum):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "elkm1-lib"
version = "2.2.10"
version = "2.2.11"
description = "Library for interacting with ElkM1 alarm/automation panel."
readme = "README.md"
requires-python = ">= 3.11"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe92fc7

Please sign in to comment.