mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
feature/taglist : Added the missing TagList feature for descriptor cluster.
This commit is contained in:
committed by
Hrishikesh Dhayagude
parent
c0f10e3a92
commit
4c68c4e961
@@ -754,6 +754,17 @@ Examples:
|
||||
|
||||
command_t *command = level_control::command::create_move_to_level(cluster);
|
||||
|
||||
2.4.2.4 Features
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
Optional features which are applicable to a cluster can also be added.
|
||||
|
||||
- feature: taglist: Descriptor cluster:
|
||||
|
||||
::
|
||||
|
||||
cluster_t* cluster = cluster::get(endpoint, Descriptor::Id);
|
||||
descriptor::feature::taglist::add(cluster);
|
||||
|
||||
2.4.3 Adding custom data model fields
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user