mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 11:02:12 +01:00
Somfy: bump SOMFY_NO_SUN_TIMEOUT
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
c74935aa01
commit
140b34ddf6
1 changed files with 1 additions and 1 deletions
2
Somfy.h
2
Somfy.h
|
|
@ -8,7 +8,7 @@
|
||||||
#define MINS_TO_MILLIS(x) SECS_TO_MILLIS((x) * 60)
|
#define MINS_TO_MILLIS(x) SECS_TO_MILLIS((x) * 60)
|
||||||
|
|
||||||
#define SOMFY_SUN_TIMEOUT MINS_TO_MILLIS(2)
|
#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_WIND_TIMEOUT SECS_TO_MILLIS(2)
|
||||||
#define SOMFY_NO_WIND_TIMEOUT MINS_TO_MILLIS(12)
|
#define SOMFY_NO_WIND_TIMEOUT MINS_TO_MILLIS(12)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue