Hello, I noticed that the SimpleLink Low Power F3 SDK (v9.11.00.18) provides the function
ZB_ZCL_DECLARE_CUSTOM_ATTR_CLUSTER_ATTRIB_LIST()
for declaring custom cluster attributes. However, I cannot find corresponding functions for binding clusters, configuring endpoints, or declaring device contexts.
I would like to confirm:
- Does this SDK natively support fully custom devices (creating proprietary device types from scratch), or is it limited to extending standard devices with additional cluster attributes?
- If full customization is supported, must I manually implement the binding of clusters, endpoint configuration, and context declaration?
- Could you please specify which API functions would be required for such implementation?
Additionally, the approach demonstrated in TI's 'Zigbee Custom Device Types' tutorial (SimpleLink Academy for CC23xx) does not meet my requirements, as I need to define a device outside standard clusters to implement complex operations. Your expert guidance would be greatly appreciated.