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