mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
publish energy in api/mqtt with 2 digits
This commit is contained in:
@@ -260,8 +260,8 @@ class Boiler : public EMSdevice {
|
||||
uint8_t setReturnTemp_;
|
||||
|
||||
// special
|
||||
double_t nrgHeatF_;
|
||||
double_t nrgWwF_;
|
||||
double nrgHeatF_;
|
||||
double nrgWwF_;
|
||||
uint32_t nrgHeat_;
|
||||
uint32_t nrgWw_;
|
||||
uint8_t nomPower_;
|
||||
|
||||
Reference in New Issue
Block a user