remote thermostat 30 sec interval, update packages

This commit is contained in:
MichaelDvP
2024-02-16 13:41:30 +01:00
parent d797c3371b
commit 4346de27b6
3 changed files with 25 additions and 25 deletions

View File

@@ -35,7 +35,7 @@ class Roomctrl {
private:
static constexpr uint8_t ADDR = 0x18; // address for hc1
static constexpr uint32_t SEND_INTERVAL = 60000; // 1 minute
static constexpr uint32_t SEND_INTERVAL = 30000; // 1/2 minute
static constexpr uint8_t HCS = 4; // max 4 heating circuits
static uint8_t get_hc(const uint8_t addr);