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.
如题, Attribute reporting是什么机制, 在ZStack3.0中如何开启
求指教
您需要使用zclGenericApp_Init函数内的
// Register the application's attribute list
zcl_registerAttrList( GENERICAPP_ENDPOINT, zclGenericApp_NumAttributes, zclGenericApp_Attrs );
进行注册
而后在zclAttrRec_t zclGenericApp_Attrs[]内添加