add ISM2 and DHW module #437

This commit is contained in:
MichaelDvP
2022-04-02 19:10:04 +02:00
parent d747ba0b14
commit 4c2408dfda
5 changed files with 40 additions and 1 deletions

View File

@@ -187,6 +187,7 @@ class Solar : public EMSdevice {
void process_ISM1StatusMessage(std::shared_ptr<const Telegram> telegram);
void process_ISM1Set(std::shared_ptr<const Telegram> telegram);
void process_ISM2StatusMessage(std::shared_ptr<const Telegram> telegram);
bool set_CollectorMaxTemp(const char * value, const int8_t id);