Skip to content

Commit 44ec29e

Browse files
authored
Add device state 22 as FIRE ALARM (#15)
1 parent 4201e4b commit 44ec29e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

elro/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Elro connects P1 API."""
22

3-
__version__ = "0.5.2"
3+
__version__ = "0.5.3"

elro/device.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def __repr__(self):
6868
"15": "SILENCE",
6969
"17": "TEST ALARM",
7070
"19": "FIRE ALARM",
71+
"22": "FIRE ALARM",
7172
"1B": "SILENCE",
7273
"BB": "TEST ALARM",
7374
"55": "ALARM", # OPEN window sensor

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = lib-elro-connects
33
author = Jan Bouwhuis, Bas van den Berg, Johannes Kulick
4-
version = 0.5.2
4+
version = 0.5.3
55
description = Provides an API to the Elro Connects K1 Connector
66
long_description = file: README.md, LICENSE
77
license = MIT License

0 commit comments

Comments
 (0)