From e12a3a21e9298ec6858cd2690f25c1736c0dd819 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 18 Oct 2020 20:20:43 +0200 Subject: [PATCH] remove old header --- src/devices/boiler.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/devices/boiler.h b/src/devices/boiler.h index 2afbfe3c5..cc3112307 100644 --- a/src/devices/boiler.h +++ b/src/devices/boiler.h @@ -50,10 +50,8 @@ class Boiler : public EMSdevice { void check_active(); bool export_values(JsonObject & doc); - void print_value2(uuid::console::Shell & shell, const char * param, const __FlashStringHelper * name, const __FlashStringHelper * suffix, JsonObject & json); - - bool changed_ = false; - bool mqtt_ha_config_ = false; // HA MQTT Discovery + bool changed_ = false; + bool mqtt_ha_config_ = false; // HA MQTT Discovery static constexpr uint8_t EMS_TYPE_UBAParameterWW = 0x33; static constexpr uint8_t EMS_TYPE_UBAFunctionTest = 0x1D;