ZBOSS: reporting of attributes that are not required to be reportable

In the past I was able to configure ZBOSS to report attributes that are not required to be reportable by the ZCL standard. For example, I'd like to report attribute 0x0001 in cluster 0x0201 (outdoor temperature of a thermostat). I was able to configure this by getting the attribute descriptor via zb_zcl_get_attr_desc_a and adding/or-ing ZB_ZCL_ATTR_ACCESS_REPORTING to its access field before starting the stack. Since I upgraded to nRF SDK 2.7.0 however, this does not work anymore. Is there a new way to configure attributes for reporting that I have missed?

Parents Reply Children
No Data
Related