set remottemp timeout to one day, #1774, #1680

This commit is contained in:
MichaelDvP
2024-05-30 12:01:20 +02:00
parent 8ffed9fab7
commit 5fc6678d0b

View File

@@ -37,7 +37,7 @@ class Roomctrl {
private: private:
static constexpr uint32_t SEND_INTERVAL = 15000; // 15 sec static constexpr uint32_t SEND_INTERVAL = 15000; // 15 sec
static constexpr uint32_t TIMEOUT = 10800000; // 3 hour static constexpr uint32_t TIMEOUT = 86400000; // 24 hour
static constexpr uint8_t HCS = 4; // max 4 heating circuits static constexpr uint8_t HCS = 4; // max 4 heating circuits
enum SendType : uint8_t { TEMP, HUMI }; enum SendType : uint8_t { TEMP, HUMI };