你好,我在下发门磁设备的identity命令后回复失败,失败的状态码是0xcd,想请教下怎么回事。(ps: 下发墙壁开关的identity命令可以成功)
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.
你好,我在下发门磁设备的identity命令后回复失败,失败的状态码是0xcd,想请教下怎么回事。(ps: 下发墙壁开关的identity命令可以成功)
数据包的话我这不太好抓,可以肯定的是回复失败是对方回复的。因为回调了 mtAfDataConfirmCb 函数。我大概调用的函数如下:
zclGeneral_SendIdentify(APP_DEVICETYPEID_SS_ENDPOINT,
identify->endpoint,
d->shortaddr,
IDENTYFYTIME, 0, 0);
我就是不太理解对方回应的状态码 0xcd 是什么意思,这个协议里应该有规定,但我不太清楚确切的含义,什么情况下对方会返回这个状态码