compoenents/esp_matter:Remove optional attributes from feature

This commit is contained in:
mahesh
2025-09-26 13:12:14 +05:30
parent de28147f8e
commit b9f8f1dcd7
6 changed files with 20 additions and 51 deletions
+8
View File
@@ -1,3 +1,11 @@
## 31-Oct-2025
### API Changes: `feature::add()` Function
The following APIs have been updated — the config parameter has been removed, as the corresponding attributes are optional.
```
window_covering::feature::lift::add(cluster_t *cluster);
window_covering::feature::tilt::add(cluster_t *cluster);
```
## 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: