esp-matter/features: Add features as config in the cluster structure.

This commit is contained in:
Rohit Jadhav
2024-12-31 15:51:40 +05:30
committed by Rohit
parent 5658ae930a
commit 3d3b093bec
16 changed files with 1137 additions and 457 deletions
+1
View File
@@ -796,6 +796,7 @@ Additional clusters can also be added to an endpoint. Examples:
::
on_off::config_t on_off_config;
on_off_config.feature_flags = on_off::feature::lighting::get_id();
cluster_t *cluster = on_off::create(endpoint, &on_off_config, CLUSTER_FLAG_SERVER, on_off::feature::lighting::get_id());
- temperature_measurement: