Skip to content

Commit

Permalink
esp-matter: Unique has been changed to be mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
wqx6 committed Sep 20, 2024
1 parent 0b13dbb commit 4b8d838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/esp_matter/esp_matter_cluster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ cluster_t *create(endpoint_t *endpoint, config_t *config, uint8_t flags)
attribute::create_hardware_version_string(cluster, NULL, 0);
attribute::create_software_version(cluster, 0);
attribute::create_software_version_string(cluster, NULL, 0);
attribute::create_unique_id(cluster, NULL, 0);
attribute::create_capability_minima(cluster, NULL, 0, 0);
attribute::create_specification_version(cluster, 0);
attribute::create_max_paths_per_invoke(cluster, 0);
Expand Down

0 comments on commit 4b8d838

Please sign in to comment.