bug-fix: missing TX_TOPIC in tradfri button

This commit is contained in:
Dirk Alders 2022-12-23 10:10:21 +01:00
parent a7bff4b78c
commit 31b76307bf

View File

@ -475,6 +475,8 @@ class tradfri_button(base):
KEY_ACTION = "action" KEY_ACTION = "action"
KEY_ACTION_DURATION = "action_duration" KEY_ACTION_DURATION = "action_duration"
# #
TX_TOPIC = ''
#
RX_KEYS = [KEY_LINKQUALITY, KEY_BATTERY, KEY_ACTION] RX_KEYS = [KEY_LINKQUALITY, KEY_BATTERY, KEY_ACTION]
RX_IGNORE_KEYS = ['update', KEY_ACTION_DURATION] RX_IGNORE_KEYS = ['update', KEY_ACTION_DURATION]