mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
also remove references from JsonObjectConst and JsonArray
This commit is contained in:
@@ -987,7 +987,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()
|
||||
void EMSdevice::generate_values_web_customization(JsonArray & output) {
|
||||
void EMSdevice::generate_values_web_customization(JsonArray output) {
|
||||
for (auto & dv : devicevalues_) {
|
||||
// also show commands and entities that have an empty full name
|
||||
JsonObject obj = output.add<JsonObject>();
|
||||
|
||||
Reference in New Issue
Block a user