Browse Source

bug-fix: missing TX_TOPIC in tradfri button

tags/v1.0.0
Dirk Alders 2 years ago
parent
commit
31b76307bf
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      devices/__init__.py

+ 2
- 0
devices/__init__.py View File

475
     KEY_ACTION = "action"
475
     KEY_ACTION = "action"
476
     KEY_ACTION_DURATION = "action_duration"
476
     KEY_ACTION_DURATION = "action_duration"
477
     #
477
     #
478
+    TX_TOPIC = ''
479
+    #
478
     RX_KEYS = [KEY_LINKQUALITY, KEY_BATTERY, KEY_ACTION]
480
     RX_KEYS = [KEY_LINKQUALITY, KEY_BATTERY, KEY_ACTION]
479
     RX_IGNORE_KEYS = ['update', KEY_ACTION_DURATION]
481
     RX_IGNORE_KEYS = ['update', KEY_ACTION_DURATION]
480
 
482
 

Loading…
Cancel
Save