auto formatting

This commit is contained in:
proddy
2020-11-08 20:54:08 +01:00
parent 4ce0763170
commit 5088e3acee

View File

@@ -176,7 +176,7 @@ Thermostat::Thermostat(uint8_t device_type, uint8_t device_id, uint8_t product_i
for (uint8_t i = 0; i < curve_typeids.size(); i++) { for (uint8_t i = 0; i < curve_typeids.size(); i++) {
EMSESP::send_read_request(curve_typeids[i], device_id); EMSESP::send_read_request(curve_typeids[i], device_id);
} }
} // namespace emsesp }
// prepare data for Web UI // prepare data for Web UI
void Thermostat::device_info_web(JsonArray & root) { void Thermostat::device_info_web(JsonArray & root) {
@@ -1316,7 +1316,6 @@ void Thermostat::process_RC300Curve(std::shared_ptr<const Telegram> telegram) {
} else { } else {
changed_ |= telegram->read_value(hc->maxflowtemp, 7); changed_ |= telegram->read_value(hc->maxflowtemp, 7);
} }
} }
// types 0x31B (and 0x31C?) // types 0x31B (and 0x31C?)
@@ -2387,5 +2386,4 @@ void Thermostat::add_commands() {
} }
} }
} // namespace emsesp } // namespace emsesp