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.

zstack home1.2.1 add_group无响应

如题,我将工程中samplelight当作endDevice,sampleSw当作coordinator。 在sampleSw中发送zclGeneral_SendGroupAdd命令。发现在response处理中没有add_group的响应。发送zclGeneral_SendGroupView等命令是有响应的。后来定位到zcl_general.c文件中zclGeneral_ProcessInGroupsServer这个函数,将COMMAND_GROUP_ADD这个部分的第一句话status = zclGeneral_AddGroup( pInMsg->msg->endPoint, &group, pData );给屏蔽掉就可以了,这是为什么?是不是一个bug?我需要知道我加组后的执行返回情况。谢谢。