Zigbee and Matter multi-protocol attribute mapping has its metadata stored in the struct.

There is one entry per attribute map between 2 protocols(eg: Zigbee and Matter attributes)

Public Attribute Documentation#

zigbeeClusterId#

sl_zigbee_af_cluster_id_t sl_zigbee_matter_af_multi_protocol_attribute_metadata_t::zigbeeClusterId

Cluster ID, according to the ZCL spec.


Definition at line 240 of file app/framework/include/af-types.h

zigbeeMfgClusterId#

sl_zigbee_af_cluster_id_t sl_zigbee_matter_af_multi_protocol_attribute_metadata_t::zigbeeMfgClusterId

Cluster Mfg ID, according to the ZCL spec.


Definition at line 244 of file app/framework/include/af-types.h

matterClusterId#

sl_zigbee_af_cluster_id_t sl_zigbee_matter_af_multi_protocol_attribute_metadata_t::matterClusterId

Cluster ID, according to the Data Model spec.


Definition at line 248 of file app/framework/include/af-types.h

matterMfgClusterId#

sl_zigbee_af_cluster_id_t sl_zigbee_matter_af_multi_protocol_attribute_metadata_t::matterMfgClusterId

Cluster Mfg ID, according to the Data Model spec.


Definition at line 252 of file app/framework/include/af-types.h

zigbeeAttributeId#

sl_zigbee_af_attribute_id_t sl_zigbee_matter_af_multi_protocol_attribute_metadata_t::zigbeeAttributeId

Attribute ID, according to the ZCL spec.


Definition at line 256 of file app/framework/include/af-types.h

zigbeeMfgAttributeId#

sl_zigbee_af_attribute_id_t sl_zigbee_matter_af_multi_protocol_attribute_metadata_t::zigbeeMfgAttributeId

Attribute Mfg ID, according to the ZCL spec.


Definition at line 260 of file app/framework/include/af-types.h

zigbeeAttributeType#

sl_zigbee_af_attribute_type_t sl_zigbee_matter_af_multi_protocol_attribute_metadata_t::zigbeeAttributeType

Attribute Type, according to the ZCL spec.


Definition at line 264 of file app/framework/include/af-types.h

matterAttributeId#

sl_zigbee_af_attribute_id_t sl_zigbee_matter_af_multi_protocol_attribute_metadata_t::matterAttributeId

Attribute ID, according to the Data Model spec.


Definition at line 268 of file app/framework/include/af-types.h

matterMfgAttributeId#

sl_zigbee_af_attribute_id_t sl_zigbee_matter_af_multi_protocol_attribute_metadata_t::matterMfgAttributeId

Attribute Mfg ID, according to the Data Model spec.


Definition at line 272 of file app/framework/include/af-types.h

matterAttributeType#

sl_zigbee_af_attribute_type_t sl_zigbee_matter_af_multi_protocol_attribute_metadata_t::matterAttributeType

Attribute Type, according to the Data Model spec.


Definition at line 276 of file app/framework/include/af-types.h