feature/taglist : Added the missing TagList feature for descriptor cluster.

This commit is contained in:
Shripad Deshpande
2024-01-11 15:43:08 +08:00
committed by Hrishikesh Dhayagude
parent c0f10e3a92
commit 4c68c4e961
7 changed files with 104 additions and 1 deletions
+11
View File
@@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~