mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
remotetemp with RC200 v32.02, version as 10 byte telegram., fix #1622
This commit is contained in:
@@ -35,7 +35,7 @@ class Roomctrl {
|
||||
|
||||
private:
|
||||
static constexpr uint8_t ADDR = 0x18; // address for hc1
|
||||
static constexpr uint32_t SEND_INTERVAL = 30000; // 1/2 minute
|
||||
static constexpr uint32_t SEND_INTERVAL = 55000; // ~1 minute
|
||||
static constexpr uint8_t HCS = 4; // max 4 heating circuits
|
||||
|
||||
static uint8_t get_hc(const uint8_t addr);
|
||||
|
||||
Reference in New Issue
Block a user