add serviceCode change detect, show serviceCode in web

This commit is contained in:
MichaelDvP
2020-09-06 12:25:57 +02:00
parent 80b42a08d3
commit 40607b1fc8
2 changed files with 12 additions and 5 deletions

View File

@@ -54,7 +54,6 @@ class Boiler : public EMSdevice {
uint8_t last_boilerState = 0xFF; // remember last state of heating and warm water on/off
uint8_t mqtt_format_; // single, nested or ha
bool changed_ = false;
;
static constexpr uint8_t EMS_TYPE_UBAParameterWW = 0x33;
static constexpr uint8_t EMS_TYPE_UBAFunctionTest = 0x1D;