Skip to content

Commit c894d6d

Browse files
committed
Merge branch 'fix-scenes-dup' into 'main'
components/esp_matter: remove duplicate scenes mgmt create from extended color light See merge request app-frameworks/esp-matter!1281
2 parents 9f6a77a + 714bf2f commit c894d6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/esp_matter/data_model/esp_matter_endpoint.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ esp_err_t add(endpoint_t *endpoint, config_t *config)
340340
cluster_t *identify_cluster = identify::create(endpoint, &(config->identify), CLUSTER_FLAG_SERVER);
341341
identify::command::create_trigger_effect(identify_cluster);
342342
groups::create(endpoint, &(config->groups), CLUSTER_FLAG_SERVER);
343-
scenes_management::create(endpoint, &(config->scenes_management), CLUSTER_FLAG_SERVER);
344343
cluster_t *on_off_cluster = on_off::create(endpoint, &(config->on_off), CLUSTER_FLAG_SERVER);
345344
on_off::feature::lighting::add(on_off_cluster, &(config->on_off_lighting));
346345
on_off::command::create_on(on_off_cluster);

0 commit comments

Comments
 (0)