add min/max for #2288, own flag for CR11 #2295

This commit is contained in:
MichaelDvP
2024-12-22 15:58:46 +01:00
parent d7904bdcaf
commit 9b3d43d27f
4 changed files with 40 additions and 6 deletions

View File

@@ -429,6 +429,7 @@ class Thermostat : public EMSdevice {
void process_RC10Set(std::shared_ptr<const Telegram> telegram);
void process_RC10Set_2(std::shared_ptr<const Telegram> telegram);
void process_CRFMonitor(std::shared_ptr<const Telegram> telegram);
void process_CR11Monitor(std::shared_ptr<const Telegram> telegram);
void process_RC300Monitor(std::shared_ptr<const Telegram> telegram);
void process_RC300Set(std::shared_ptr<const Telegram> telegram);
void process_RC300Set2(std::shared_ptr<const Telegram> telegram);