mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
minor cleanup
This commit is contained in:
@@ -712,8 +712,7 @@ void Boiler::process_UBAMaintenanceData(std::shared_ptr<const Telegram> telegram
|
|||||||
void Boiler::set_warmwater_temp(const uint8_t temperature) {
|
void Boiler::set_warmwater_temp(const uint8_t temperature) {
|
||||||
LOG_INFO(F("Setting boiler warm water temperature to %d C"), temperature);
|
LOG_INFO(F("Setting boiler warm water temperature to %d C"), temperature);
|
||||||
write_command(EMS_TYPE_UBAParameterWW, 2, temperature);
|
write_command(EMS_TYPE_UBAParameterWW, 2, temperature);
|
||||||
// for i9000, see #397
|
write_command(EMS_TYPE_UBAFlags, 3, temperature); // for i9000, see #397
|
||||||
write_command(EMS_TYPE_UBAFlags, 3, temperature);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// flow temp
|
// flow temp
|
||||||
|
|||||||
@@ -135,10 +135,6 @@ class EMSbus {
|
|||||||
return (ems_mask_ == EMS_MASK_HT3);
|
return (ems_mask_ == EMS_MASK_HT3);
|
||||||
}
|
}
|
||||||
|
|
||||||
static uint8_t protocol() {
|
|
||||||
return ems_mask_;
|
|
||||||
}
|
|
||||||
|
|
||||||
static uint8_t ems_mask() {
|
static uint8_t ems_mask() {
|
||||||
return ems_mask_;
|
return ems_mask_;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user