Hi,
The ZB_ZCL_VERSION define in the file zboss_api_zcl.h have a bad value in the SDK NRF 5 v4.1.0
In the documentation, it is mentioned that :
The Nordic Zigbee software solution released as part of the nRF5 SDK for Thread and Zigbee incorporates the Base Device Behavior specification (ver. 1.0) and the ZCL specification (ver. 7). This enables to build, certify, and ship commercial Zigbee 3.0 Certified Products.
The ZCL specified that the value shall be 3 for the ZCL version 7 but the ZB_ZCL_VERSION is defined withe the value 2.
Why there is this bad value please ?
Jean-Philippe