comment changes

This commit is contained in:
proddy
2020-09-29 13:30:30 +02:00
parent 41b5643070
commit 92dab0bb00

View File

@@ -575,7 +575,7 @@ bool EMSESP::process_telegram(std::shared_ptr<const Telegram> telegram) {
} }
// calls the device handler's function to populate a json doc with device info // calls the device handler's function to populate a json doc with device info
// to be used in the Web UI // to be used in the Web UI. The unique_id is the unique record ID from the Web table to identify which device to load
void EMSESP::device_info_web(const uint8_t unique_id, JsonObject & root) { void EMSESP::device_info_web(const uint8_t unique_id, JsonObject & root) {
for (const auto & emsdevice : emsdevices) { for (const auto & emsdevice : emsdevices) {
if (emsdevice) { if (emsdevice) {