From 140b34ddf67a9a4f854b1cc80a6f4ab2671ee639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sun, 4 Jun 2023 19:23:52 +0200 Subject: [PATCH] Somfy: bump SOMFY_NO_SUN_TIMEOUT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- Somfy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Somfy.h b/Somfy.h index 287dde3..340cc18 100644 --- a/Somfy.h +++ b/Somfy.h @@ -8,7 +8,7 @@ #define MINS_TO_MILLIS(x) SECS_TO_MILLIS((x) * 60) #define SOMFY_SUN_TIMEOUT MINS_TO_MILLIS(2) -#define SOMFY_NO_SUN_TIMEOUT MINS_TO_MILLIS(15) +#define SOMFY_NO_SUN_TIMEOUT MINS_TO_MILLIS(20) #define SOMFY_WIND_TIMEOUT SECS_TO_MILLIS(2) #define SOMFY_NO_WIND_TIMEOUT MINS_TO_MILLIS(12)