mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
add comment
This commit is contained in:
@@ -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
|
// 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) {
|
void EMSdevice::generate_values_web_customization(JsonArray output) {
|
||||||
for (auto & dv : devicevalues_) {
|
for (auto & dv : devicevalues_) {
|
||||||
// also show commands and entities that have an empty fullname
|
// also show commands and entities that have an empty fullname
|
||||||
|
|||||||
Reference in New Issue
Block a user