From 855794dbe858cab2327d72ac05b825cb7bccee51 Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Fri, 13 Oct 2023 13:27:48 +0200 Subject: [PATCH] no command for remoteseltemp --- src/devices/thermostat.cpp | 6 ++---- src/version.h | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/devices/thermostat.cpp b/src/devices/thermostat.cpp index b5767d273..798795cbb 100644 --- a/src/devices/thermostat.cpp +++ b/src/devices/thermostat.cpp @@ -4228,10 +4228,8 @@ void Thermostat::register_device_values_hc(std::shared_ptrfastHeatup, DeviceValueType::UINT, FL_(fastheatup), DeviceValueUOM::PERCENT, MAKE_CF_CB(set_fastheatup)); register_device_value(tag, &hc->switchonoptimization, diff --git a/src/version.h b/src/version.h index 662505b81..a6183ebc4 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.6.3-dev.2f" +#define EMSESP_APP_VERSION "3.6.3-dev.2g"