add thermostat C0 message #2501

This commit is contained in:
MichaelDvP
2025-04-01 12:41:21 +02:00
parent 856f8efd25
commit d91812ab8f
2 changed files with 45 additions and 0 deletions

View File

@@ -411,6 +411,7 @@ class Thermostat : public EMSdevice {
void process_RCTime(std::shared_ptr<const Telegram> telegram);
void process_RCError(std::shared_ptr<const Telegram> telegram);
void process_RCErrorMessage(std::shared_ptr<const Telegram> telegram);
void process_RCErrorMessage2(std::shared_ptr<const Telegram> telegram);
void process_RC35wwSettings(std::shared_ptr<const Telegram> telegram);
void process_RC35wwTimer(std::shared_ptr<const Telegram> telegram);
void process_RC35Monitor(std::shared_ptr<const Telegram> telegram);