add mqtt base, fix mixer, fix masterthermostat, dallas fails, fix mult. roomctrl.

This commit is contained in:
MichaelDvP
2021-01-25 12:41:08 +01:00
parent 993607d657
commit 3f9995340c
23 changed files with 192 additions and 136 deletions
-1
View File
@@ -51,7 +51,6 @@ class Mixer : public EMSdevice {
int8_t status_;
uint8_t flowSetTemp_;
void register_values(const Type type, const uint16_t hc);
Type type_ = Type::NONE;
uint16_t hc_ = EMS_VALUE_USHORT_NOTSET;
};