read thermostat errorlog 0xC0 on 0xBF

This commit is contained in:
MichaelDvP
2025-04-23 09:36:00 +02:00
parent e719dd963d
commit f9ebe33a7d
2 changed files with 8 additions and 0 deletions

View File

@@ -412,6 +412,7 @@ class Thermostat : public EMSdevice {
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_ErrorMessageBF(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);