Skip to content

Commit

Permalink
Add device state 22 as FIRE ALARM (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouwh authored Aug 2, 2022
1 parent 4201e4b commit 44ec29e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elro/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Elro connects P1 API."""

__version__ = "0.5.2"
__version__ = "0.5.3"
1 change: 1 addition & 0 deletions elro/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def __repr__(self):
"15": "SILENCE",
"17": "TEST ALARM",
"19": "FIRE ALARM",
"22": "FIRE ALARM",
"1B": "SILENCE",
"BB": "TEST ALARM",
"55": "ALARM", # OPEN window sensor
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = lib-elro-connects
author = Jan Bouwhuis, Bas van den Berg, Johannes Kulick
version = 0.5.2
version = 0.5.3
description = Provides an API to the Elro Connects K1 Connector
long_description = file: README.md, LICENSE
license = MIT License
Expand Down

0 comments on commit 44ec29e

Please sign in to comment.