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 HA samplethermostat

在zstack HA samplethermostat  例程里有个接收到温度的函数  然后又发送数据回节点  节点为什么调试的时候,不能收到这个数据,不能进断点  

static void zclSamlpleThermostat_ProcessInReportCmd(zclInconingMsg_t *pInMsg)

{

。。。。。。。。。。。

if(send)

{

   zcl_SendReportCmd(SAMPLETHERMOSTAT,&zclSampleThermostat_DstAddr,

   ZCL_CLUSTER_ID_HVAV_THERMOSTAT,

   pOutDemandReport,ZCL_FRAME_SERVER_CLIENT_DIR,TRUE,zclSampleThermostatSem\qNum++)

}

传感器节点,收不到这个数据,不知道为什么