publish energy in api/mqtt with 2 digits

This commit is contained in:
MichaelDvP
2023-09-05 11:37:26 +02:00
parent 09a15727c7
commit 1c4da53e75
4 changed files with 30 additions and 23 deletions

View File

@@ -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_;