Browse Source

heartbeat warning and error time changed for tradfri button

master
Dirk Alders 1 year ago
parent
commit
89e50fc31d
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      z_server/devices/__init__.py

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

169
 
169
 
170
 
170
 
171
 class tradfri_button(base):
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
 class livarno_sw_br_ct(base):
176
 class livarno_sw_br_ct(base):

Loading…
Cancel
Save