automatic clang formatting

This commit is contained in:
proddy
2020-09-05 21:25:36 +02:00
parent 9e8eb1884b
commit 1b0db5e5ab
7 changed files with 23 additions and 23 deletions

View File

@@ -53,7 +53,8 @@ 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;;
bool changed_ = false;
;
static constexpr uint8_t EMS_TYPE_UBAParameterWW = 0x33;
static constexpr uint8_t EMS_TYPE_UBAFunctionTest = 0x1D;