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.

ZCL的手册函数接口和协议栈源码对不上

Other Parts Discussed in Thread: Z-STACK

各位好,我使用的是zigbee home 1.2.1版本,在软件自带的文档里有个Z-Stack ZCL API文档,其中的zclGeneral_SendSceneAdd( uint8 srcEP, afAddrType_t *dstAddr,zclGeneral_Scene_t *scene,uint8 disableDefaultRsp, uint8 seqNum );和实际代码接口不符,已变更为zclGeneral_SendAddSceneRequest( uint8 srcEP, afAddrType_t *dstAddr, uint8 cmd, zclGeneral_Scene_t *scene, uint8 disableDefaultRsp, uint8 seqNum ),(该函数在zcl_general.c中)希望TI调整手册,同时检查更新文档,谢谢!