Skip to content

Commit 778d93e

Browse files
committed
Merge branch 'fix_groups_feature_1_3' into 'release/v1.3'
components/esp-matter: NameSuport feature should be set to 1 and not 128 See merge request app-frameworks/esp-matter!881
2 parents a242319 + d3d3d1d commit 778d93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esp_matter/esp_matter_cluster.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ cluster_t *create(endpoint_t *endpoint, config_t *config, uint8_t flags)
12301230

12311231
if (flags & CLUSTER_FLAG_SERVER) {
12321232
/* Attributes managed internally */
1233-
global::attribute::create_feature_map(cluster, static_cast<uint32_t>(Groups::NameSupportBitmap::kGroupNames));
1233+
global::attribute::create_feature_map(cluster, static_cast<uint32_t>(Groups::Feature::kGroupNames));
12341234
#if CHIP_CONFIG_ENABLE_EVENTLIST_ATTRIBUTE
12351235
global::attribute::create_event_list(cluster, NULL, 0, 0);
12361236
#endif

0 commit comments

Comments
 (0)