heartbeat warning and error time changed for tradfri button

This commit is contained in:
Dirk Alders 2023-12-23 18:22:37 +01:00
parent 1e5f61ed76
commit 73e3168b53

View File

@ -169,8 +169,8 @@ class tradfri_sw_br_ct(base):
class tradfri_button(base):
LAST_MSG_WARNING = 15 * 60 * 60
LAST_MSG_ERROR = 24 * 60 * 60
LAST_MSG_WARNING = 24 * 60 * 60
LAST_MSG_ERROR = 48 * 60 * 60
class livarno_sw_br_ct(base):