no command for remoteseltemp

This commit is contained in:
MichaelDvP
2023-10-13 13:27:48 +02:00
parent 2a38981c67
commit 855794dbe8
2 changed files with 3 additions and 5 deletions

View File

@@ -4228,10 +4228,8 @@ void Thermostat::register_device_values_hc(std::shared_ptr<Thermostat::HeatingCi
DeviceValueType::INT,
DeviceValueNumOp::DV_NUMOP_DIV2,
FL_(remoteseltemp),
DeviceValueUOM::DEGREES,
MAKE_CF_CB(set_remoteseltemp),
-1,
30);
DeviceValueUOM::DEGREES);
// a command is only accepted from the remote device, not from ems-esp.
register_device_value(tag, &hc->fastHeatup, DeviceValueType::UINT, FL_(fastheatup), DeviceValueUOM::PERCENT, MAKE_CF_CB(set_fastheatup));
register_device_value(tag,
&hc->switchonoptimization,

View File

@@ -1 +1 @@
#define EMSESP_APP_VERSION "3.6.3-dev.2f"
#define EMSESP_APP_VERSION "3.6.3-dev.2g"