Skip to content

Commit

Permalink
Add SOCKET device type constant (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouwh authored Jan 4, 2024
1 parent df03ecb commit 2eed7bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.6.0"
__version__ = "0.6.0.1"
1 change: 1 addition & 0 deletions elro/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def __repr__(self):
ALARM_SMOKE = "SMOKE_ALARM"
ALARM_WATER = "WATER_ALARM"
DOOR_WINDOW_SENSOR = "DOOR_WINDOW_SENSOR"
SOCKET = "SOCKET"

# Represent device state attributes
ATTR_BATTERY_LEVEL = "battery"
Expand Down

0 comments on commit 2eed7bb

Please sign in to comment.