mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
no command for remoteseltemp
This commit is contained in:
@@ -4228,10 +4228,8 @@ void Thermostat::register_device_values_hc(std::shared_ptr<Thermostat::HeatingCi
|
|||||||
DeviceValueType::INT,
|
DeviceValueType::INT,
|
||||||
DeviceValueNumOp::DV_NUMOP_DIV2,
|
DeviceValueNumOp::DV_NUMOP_DIV2,
|
||||||
FL_(remoteseltemp),
|
FL_(remoteseltemp),
|
||||||
DeviceValueUOM::DEGREES,
|
DeviceValueUOM::DEGREES);
|
||||||
MAKE_CF_CB(set_remoteseltemp),
|
// a command is only accepted from the remote device, not from ems-esp.
|
||||||
-1,
|
|
||||||
30);
|
|
||||||
register_device_value(tag, &hc->fastHeatup, DeviceValueType::UINT, FL_(fastheatup), DeviceValueUOM::PERCENT, MAKE_CF_CB(set_fastheatup));
|
register_device_value(tag, &hc->fastHeatup, DeviceValueType::UINT, FL_(fastheatup), DeviceValueUOM::PERCENT, MAKE_CF_CB(set_fastheatup));
|
||||||
register_device_value(tag,
|
register_device_value(tag,
|
||||||
&hc->switchonoptimization,
|
&hc->switchonoptimization,
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
#define EMSESP_APP_VERSION "3.6.3-dev.2f"
|
#define EMSESP_APP_VERSION "3.6.3-dev.2g"
|
||||||
|
|||||||
Reference in New Issue
Block a user