Explorar el Código

bug-fix: missing TX_TOPIC in tradfri button

tags/v1.0.0
Dirk Alders hace 2 años
padre
commit
31b76307bf
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      devices/__init__.py

+ 2
- 0
devices/__init__.py Ver fichero

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

Loading…
Cancelar
Guardar