Skip to content

Commit 2eed7bb

Browse files
authored
Add SOCKET device type constant (#28)
1 parent df03ecb commit 2eed7bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.6.0"
3+
__version__ = "0.6.0.1"

elro/device.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def __repr__(self):
5656
ALARM_SMOKE = "SMOKE_ALARM"
5757
ALARM_WATER = "WATER_ALARM"
5858
DOOR_WINDOW_SENSOR = "DOOR_WINDOW_SENSOR"
59+
SOCKET = "SOCKET"
5960

6061
# Represent device state attributes
6162
ATTR_BATTERY_LEVEL = "battery"

0 commit comments

Comments
 (0)