From f9f87ddc0e0e35283253809deb41d51b81e7e9ea Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 2 Oct 2024 18:53:36 +0200 Subject: [PATCH] add comment --- src/emsdevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emsdevice.cpp b/src/emsdevice.cpp index 9fda392c5..545f2b470 100644 --- a/src/emsdevice.cpp +++ b/src/emsdevice.cpp @@ -1022,7 +1022,7 @@ void EMSdevice::generate_values_web(JsonObject output) { } // as generate_values_web() but stripped down to only show all entities and their state -// this is used only for WebCustomizationService::device_entities() +// this is used only for WebCustomizationService::device_entities() (rest/deviceEntities?id=n) void EMSdevice::generate_values_web_customization(JsonArray output) { for (auto & dv : devicevalues_) { // also show commands and entities that have an empty fullname