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_cluster_metadata_t::zigbeeClusterId

Cluster ID, according to the ZCL spec.


zigbeeMfgClusterId#

sl_zigbee_af_cluster_id_t sl_zigbee_matter_af_multi_protocol_cluster_metadata_t::zigbeeMfgClusterId

Cluster Mfg ID, according to the ZCL spec.


matterClusterId#

sl_zigbee_af_cluster_id_t sl_zigbee_matter_af_multi_protocol_cluster_metadata_t::matterClusterId

Cluster ID, according to the Data Model spec.


matterMfgClusterId#

sl_zigbee_af_cluster_id_t sl_zigbee_matter_af_multi_protocol_cluster_metadata_t::matterMfgClusterId

Cluster Mfg ID, according to the Data Model spec.


zigbeeMatterAttributeMap#

sl_zigbee_matter_af_multi_protocol_attribute_metadata_t* sl_zigbee_matter_af_multi_protocol_cluster_metadata_t::zigbeeMatterAttributeMap

Pointer to Zigbee-Matter metadata array for this cluster.


clusterMappedAttributeCount#

uint16_t sl_zigbee_matter_af_multi_protocol_cluster_metadata_t::clusterMappedAttributeCount

Number of Zigbee-Matter cluster mapped attributes.