diff --git a/z_server/devices/__init__.py b/z_server/devices/__init__.py index 984c2a6..d5b6987 100644 --- a/z_server/devices/__init__.py +++ b/z_server/devices/__init__.py @@ -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):