Do these types exist in the ZBOSS library?

Nordic DevZone
Nordic DevZone

I'm looking at the ZBOSS for Zigbee IAS Zone example, and in the "ZB_ZCL_DECLARE..." statements it refers to structures such as zone_attrpoll_control_attr, and pwr_cfg_attr that I cannot find a matching type for. Do these types exist and, if so, how can I find them more easily?

A simple example of what I'm looking for is seen in ZB_ZCL_DECLARE_BASIC_ATTRIB_LIST_EXT(), which is (presumably) making use of the type zb_zcl_basic_attrs_ext_t when referencing basic_attr. However, I cannot find matching types for the others in the library.

Thanks!

Parents Reply
  • Hi,

    Chris Pearson said:
    My assumption is that the types used in an example would actually exist in the SDK.

    Could you elaborate what you mean when you suggest it does not exist in the SDK to avoid misunderstandings? I.e do you mean that you can not find the documentation or other reasons?

    To my knowledge they do exist but you will have to add and declare the ZigBee clusters to your application yourself. A clusters attributes and types can be found in the ZigBee Cluster Library (ZCL) specification (rev. 7), an example here is from the IAS Zone Cluster

    Kind regards,
    Andreas

Children
No Data
Related