We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4201e4b commit 44ec29eCopy full SHA for 44ec29e
elro/__init__.py
@@ -1,3 +1,3 @@
1
"""Elro connects P1 API."""
2
3
-__version__ = "0.5.2"
+__version__ = "0.5.3"
elro/device.py
@@ -68,6 +68,7 @@ def __repr__(self):
68
"15": "SILENCE",
69
"17": "TEST ALARM",
70
"19": "FIRE ALARM",
71
+ "22": "FIRE ALARM",
72
"1B": "SILENCE",
73
"BB": "TEST ALARM",
74
"55": "ALARM", # OPEN window sensor
setup.cfg
@@ -1,7 +1,7 @@
[metadata]
name = lib-elro-connects
author = Jan Bouwhuis, Bas van den Berg, Johannes Kulick
4
-version = 0.5.2
+version = 0.5.3
5
description = Provides an API to the Elro Connects K1 Connector
6
long_description = file: README.md, LICENSE
7
license = MIT License
0 commit comments