show attribute in log message

This commit is contained in:
proddy
2024-07-23 18:54:17 +02:00
parent 49ca42d683
commit 0d0d0aa111
4 changed files with 4 additions and 7 deletions

View File

@@ -325,7 +325,7 @@ bool WebCustomEntityService::get_value_info(JsonObject output, const char * cmd)
output["api_data"] = data; // always as string
return true;
}
return EMSESP::return_not_found(output, "attribute", command_s); // not found
return EMSESP::return_not_found(output, attribute_s, command_s); // not found
}
}