mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-11 10:19:55 +03:00
add C6 telegram, fixes #1963
This commit is contained in:
@@ -149,6 +149,7 @@ class Boiler : public EMSdevice {
|
||||
char lastCode_[55]; // last error code
|
||||
char serviceCode_[4]; // 3 character status/service code
|
||||
uint16_t serviceCodeNumber_; // error/service code
|
||||
uint32_t lastCodeDate_ = 0; // last code date
|
||||
uint8_t emergencyOps_;
|
||||
uint8_t emergencyTemp_;
|
||||
uint16_t headertemp_; // see #1317
|
||||
@@ -355,6 +356,7 @@ class Boiler : public EMSdevice {
|
||||
void process_ErrorMessage(std::shared_ptr<const Telegram> telegram);
|
||||
void process_UBAErrorMessage(std::shared_ptr<const Telegram> telegram);
|
||||
void process_UBAErrorMessage2(std::shared_ptr<const Telegram> telegram);
|
||||
void process_UBAErrorMessage3(std::shared_ptr<const Telegram> telegram);
|
||||
void process_UBAMonitorWWPlus(std::shared_ptr<const Telegram> telegram);
|
||||
void process_UBAInformation(std::shared_ptr<const Telegram> telegram);
|
||||
void process_UBAEnergySupplied(std::shared_ptr<const Telegram> telegram);
|
||||
|
||||
Reference in New Issue
Block a user