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_attr, poll_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!
