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 home 1.2.1 如何配置属性汇报?

急问TI大牛:

特定时间或者节点端状态改变,属性汇报的配置(zcl_SendReadReportCfgCmd)该如何实现?最好详细点。谢谢拉。急!!

  • 您的意思是该函数的参数设置?

    /*********************************************************************
    * @fn zcl_SendReadReportCfgCmd
    *
    * @brief Send a Read Reporting Configuration command
    *
    * @param dstAddr - destination address
    * @param clusterID - cluster ID
    * @param readReportCfgCmd - read reporting configuration command to be sent
    * @param direction - direction of the command
    * @param seqNum - transaction sequence number
    *
    * @return ZSuccess if OK
    */

  • 您好:

    我的意思是属性汇报配置、读取整个功能的实现方式(不是单个的函数),在发送和接收端都要怎么做才能实现?有没有什么demo吗?