mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
some aux heater trnlations
This commit is contained in:
@@ -579,14 +579,14 @@ Boiler::Boiler(uint8_t device_type, int8_t device_id, uint8_t product_id, const
|
||||
DeviceValueType::USHORT,
|
||||
DeviceValueNumOp::DV_NUMOP_MUL10,
|
||||
FL_(auxHeaterDelay),
|
||||
DeviceValueUOM::KxMIN,
|
||||
DeviceValueUOM::KMIN,
|
||||
MAKE_CF_CB(set_additionalHeaterDelay));
|
||||
register_device_value(DeviceValueTAG::TAG_DEVICE_DATA,
|
||||
&auxHeaterHyst_,
|
||||
DeviceValueType::USHORT,
|
||||
DeviceValueNumOp::DV_NUMOP_MUL5,
|
||||
FL_(auxHeaterHyst),
|
||||
DeviceValueUOM::KpMIN,
|
||||
DeviceValueUOM::KMIN,
|
||||
MAKE_CF_CB(set_additionalHeaterHyst));
|
||||
register_device_value(DeviceValueTAG::TAG_DEVICE_DATA,
|
||||
&minTempSilent_,
|
||||
|
||||
Reference in New Issue
Block a user