simplelink zigbee3.0中xxx_data.c文件中SIMPLE DESCRIPTOR注释下定义了InClusterList和OutClusterList。这两个list在zigbee绑定中起什么作用?一般应该怎么设置?我查看例程发现使用BDB commission时并没有使用官方文档中提到的Zstackapi_bdbSetIdentifyActiveEndpointReq()设置bind的参数,但是设备之间却可以自动识别需要bind的设备,是和这两个参数有关吗?
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.
simplelink zigbee3.0中xxx_data.c文件中SIMPLE DESCRIPTOR注释下定义了InClusterList和OutClusterList。这两个list在zigbee绑定中起什么作用?一般应该怎么设置?我查看例程发现使用BDB commission时并没有使用官方文档中提到的Zstackapi_bdbSetIdentifyActiveEndpointReq()设置bind的参数,但是设备之间却可以自动识别需要bind的设备,是和这两个参数有关吗?
cluster里面包含一个或多个属性,比如说开关,温度等,所以开发的时候首先要确定设备支持哪种cluster。cluster有两端,OutCluster是输出控制命令方的cluster,InCluster是接收控制命令方的cluster