components/data_model: Remove provisional attribute from basic information create.

This commit is contained in:
Rohit
2025-09-02 10:49:33 +05:30
parent ebb9caf049
commit 932a750a95
@@ -307,7 +307,6 @@ cluster_t *create(endpoint_t *endpoint, config_t *config, uint8_t flags)
attribute::create_capability_minima(cluster, NULL, 0, 0);
attribute::create_specification_version(cluster, 0);
attribute::create_max_paths_per_invoke(cluster, 0);
attribute::create_configuration_version(cluster, 0);
/* Attributes not managed internally */
global::attribute::create_cluster_revision(cluster, cluster_revision);