mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-19 03:35:38 +00:00
Merge branch 'matter_controller/fix_inclusion_of_param_in_metadata' into 'master'
Fix inclusion of param while fetching metadata from cloud See merge request app-frameworks/esp-rainmaker!456
This commit is contained in:
@@ -1360,7 +1360,7 @@ static esp_err_t fetch_matter_node_metadata(const char *endpoint_url,
|
||||
char url[200];
|
||||
snprintf(url, sizeof(url), "%s/%s/%s?node_id=%s&%s", endpoint_url,
|
||||
HTTP_API_VERSION, "user/nodes", matter_dev->rainmaker_node_id,
|
||||
"node_details=true&is_matter=true");
|
||||
"node_details=true&is_matter=true¶ms=false");
|
||||
int http_len, http_status_code;
|
||||
int node_count;
|
||||
char id_str[40] = {0};
|
||||
|
||||
Reference in New Issue
Block a user