Sfoglia il codice sorgente

heartbeat warning and error time changed for tradfri button

master
Dirk Alders 1 anno fa
parent
commit
89e50fc31d
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2
    1
      z_server/devices/__init__.py

+ 2
- 1
z_server/devices/__init__.py Vedi File

@@ -169,7 +169,8 @@ class tradfri_sw_br_ct(base):
169 169
 
170 170
 
171 171
 class tradfri_button(base):
172
-    pass
172
+    LAST_MSG_WARNING = 15 * 60 * 60
173
+    LAST_MSG_ERROR = 24 * 60 * 60
173 174
 
174 175
 
175 176
 class livarno_sw_br_ct(base):

Loading…
Annulla
Salva