MM100 flow and pressure

This commit is contained in:
MichaelDvP
2025-08-02 13:08:09 +02:00
parent a318f34988
commit 83987b71e0
3 changed files with 20 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ class Mixer : public EMSdevice {
bool set_activated(const char * value, const int8_t id);
bool set_setValveTime(const char * value, const int8_t id);
bool set_flowTempOffset(const char * value, const int8_t id);
bool set_pressure(const char * value, const int8_t id);
private:
uint16_t flowTempHc_;
@@ -55,6 +56,8 @@ class Mixer : public EMSdevice {
uint8_t activated_;
uint8_t setValveTime_;
uint8_t flowTempOffset_;
uint16_t flowRate_; // l/h
uint8_t pressure_; // setting 150-750mbar, scale 50
};
} // namespace emsesp