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函数发送命令的问题

如果协调器向终端用ZCL的API发送命令控制终端上的LED,比如用zclGeneral_SendOnOff_CmdOff使灯关闭,那么终端需要注册回调函数以及相关属性,而协调器是不需要注册属性和回调函数的吧?

不知道理解是否正确,我觉得只要zclGeneral_SendOnOff_CmdOff的输入参数正确就可以,比如地址、端点正确,那么就可以发送数据了吧?