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.

Z-Sensor Monitor如何增加无线控制

Z-Sensor Monitor的显示和拓扑已经做成功,而且对于上次提问的节点不显示电压、路由器不显示温度的问题已经解决,原来是因为上位机程序里有限制。现在想在已有的温度显示基础上,增加协调器按键控制路由器的LED灯亮和灭,因为协调器和路由器的源程序都是DemoCollector.C,所以尝试了修改里面的static void sendDummyReport(void)和void zb_ReceiveDataIndication( uint16 source, uint16 command, uint16 len, uint8 *pData  ),没有效果,请问应该如何修改,是否需要增加任务事件?