This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

every versions of Z-stack not support Diagnostics cluster correctly.

Other Parts Discussed in Thread: Z-STACK

In z-stack, "Diagnostics" calls "zcl_registerReadWriteCB" to register the function “zclDiagnostic_ReadWriteAttrCB” to read or write Diagnostics cluster 's Attribute. But in zcl.c, if the function has been register by “zcl_registerReadWriteCB”   is wanted be called, the Attribute should be register in attribute array by “zcl_registerAttrList” with "attr->dataPtr = NULL" .