mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
components/esp_matter: Remove configs for the internally managed attributes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user