mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
auto formatting
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user