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.

关于协调器获取设备属性问题Arres[]

Other Parts Discussed in Thread: Z-STACK

请问是不是在 static void zclGenericApp_ProcessIncomingMsg( zclIncomingMsg_t *pInMsg )里面的ZCL_DISCOVER

case ZCL_CMD_DISCOVER_ATTRS_RSP:
zclGenericApp_ProcessInDiscAttrsRspCmd( pInMsg );
break;

是不是在这个case ZCL_CMD_DISCOVER_ATTRS_RSP:获取设备的属性的基本信息?

这边的意思是不是设备上线之后,会主动上报属性,还是需要协调器这边主动发送获取命令?

我主要是想协调器可以获取子节点的设备属性,该如何配置?