From fc1b7beccee80e5272dc951589846de9400782e5 Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Fri, 12 Apr 2024 11:35:29 +0200 Subject: [PATCH] remote send interval 15 sec --- src/roomcontrol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roomcontrol.h b/src/roomcontrol.h index 5cc33b8bd..1ebe2b24a 100644 --- a/src/roomcontrol.h +++ b/src/roomcontrol.h @@ -35,7 +35,7 @@ class Roomctrl { private: static constexpr uint8_t ADDR = 0x18; // address for hc1 - static constexpr uint32_t SEND_INTERVAL = 55000; // ~1 minute + static constexpr uint32_t SEND_INTERVAL = 15000; // ~1/4 minute static constexpr uint8_t HCS = 4; // max 4 heating circuits static uint8_t get_hc(const uint8_t addr);