mixer: add id to pool, sort registering, add commands

This commit is contained in:
MichaelDvP
2021-09-09 11:33:57 +02:00
parent 3f27ed7b18
commit b8c07e31cf
2 changed files with 108 additions and 45 deletions

View File

@@ -42,6 +42,8 @@ class Mixer : public EMSdevice {
void process_MMSetMessage(std::shared_ptr<const Telegram> telegram);
void process_HpPoolStatus(std::shared_ptr<const Telegram> telegram);
bool set_flowSetTemp(const char * value, const int8_t id);
bool set_pump(const char * value, const int8_t id);
enum class Type {
NONE,