Junkers values as mentioned in #445, save some memory for remote thermostats

This commit is contained in:
MichaelDvP
2020-08-17 10:51:44 +02:00
parent 475268659f
commit 36931ef303
2 changed files with 71 additions and 47 deletions

View File

@@ -232,6 +232,7 @@ class Thermostat : public EMSdevice {
void process_RC300Set(std::shared_ptr<const Telegram> telegram);
void process_JunkersMonitor(std::shared_ptr<const Telegram> telegram);
void process_JunkersSet(std::shared_ptr<const Telegram> telegram);
void process_JunkersSet2(std::shared_ptr<const Telegram> telegram);
void process_EasyMonitor(std::shared_ptr<const Telegram> telegram);
void process_RC300WWmode(std::shared_ptr<const Telegram> telegram);