From 92dab0bb00f085efd84f59a6f6ff27e5a8159211 Mon Sep 17 00:00:00 2001 From: proddy Date: Tue, 29 Sep 2020 13:30:30 +0200 Subject: [PATCH] comment changes --- src/emsesp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emsesp.cpp b/src/emsesp.cpp index 23e517ca0..e5fce081c 100644 --- a/src/emsesp.cpp +++ b/src/emsesp.cpp @@ -575,7 +575,7 @@ bool EMSESP::process_telegram(std::shared_ptr telegram) { } // 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) { for (const auto & emsdevice : emsdevices) { if (emsdevice) {