Merge branch 'esp_matter/fix_bounds_type' into 'main'

esp_matter: fix duplicated add_bounds callback and remove add bounds callback for identify cluster

See merge request app-frameworks/esp-matter!1323
This commit is contained in:
Hrishikesh Dhayagude
2025-12-01 21:04:45 +08:00
4 changed files with 0 additions and 34 deletions
@@ -1056,7 +1056,6 @@ cluster_t *create(endpoint_t *endpoint, config_t *config, uint8_t flags)
if (flags & CLUSTER_FLAG_SERVER) {
static const auto plugin_server_init_cb = CALL_ONCE(MatterIdentifyPluginServerInitCallback);
set_plugin_server_init_callback(cluster, plugin_server_init_cb);
set_add_bounds_callback(cluster, identify::add_bounds_cb);
add_function_list(cluster, function_list, function_flags);
/* Attributes managed internally */