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.

Configure Reporting Command

e2e.ti.com/.../17345

正如以上网址,反应的问题:HA1.2协议栈是否已经把属性报告机制做好了?还是留给开发者自己完成。

另外,这个zclParseInConfigReportCmd()  这个函数是做什么的?

  • 关于属性报告协议栈已经做好了,是Attribute Report

    你提到的是关于Configure Report,相当于是对Report相关参数的修改,比方说多少时间周期来report attribute。zclParseInConfigReportCmd是用来解析Configure Report数据包的。