mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-28 09:39:11 +03:00
rename function device_info to device_info_web as it was a little confusing
This commit is contained in:
@@ -163,7 +163,7 @@ Thermostat::Thermostat(uint8_t device_type, uint8_t device_id, uint8_t product_i
|
||||
}
|
||||
|
||||
// prepare data for Web UI
|
||||
void Thermostat::device_info(JsonArray & root) {
|
||||
void Thermostat::device_info_web(JsonArray & root) {
|
||||
uint8_t flags = this->model();
|
||||
|
||||
for (const auto & hc : heating_circuits_) {
|
||||
|
||||
Reference in New Issue
Block a user