components/esp_matter: Remove configs for the internally managed attributes

This commit is contained in:
mahesh
2025-10-21 15:18:52 +05:30
parent c894d6debe
commit 45e276ba00
3 changed files with 37 additions and 60 deletions
+14
View File
@@ -1,3 +1,17 @@
## 21-Oct-2025
### API Changes: `feature::add()` Function
The following APIs have been updated — the config parameter has been removed, as the corresponding attributes are internally managed and not user-configurable:
```
general_commissioning::feature::terms_and_conditions::add(cluster_t *cluster);
ethernet_network_diagnostics::feature::packet_counts::add(cluster_t *cluster);
ethernet_network_diagnostics::feature::error_counts::add(cluster_t *cluster);
unit_localization::feature::temperature_unit::add(cluster_t *cluster);
water_heater_management::feature::energy_management::add(cluster_t *cluster);
water_heater_management::feature::tank_percentage::add(cluster_t *cluster);
```
## 30-Sep-2025
### Namespace Changes to Align with Matter Specifications