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.

如何在一个设备(node)中定义多个端点(endPoint)?

Other Parts Discussed in Thread: Z-STACK

zigbee支持1~240个endpoint,那我如何为我的每个sensor定义属于他自己的endpoint 呢?有没有demo可以参考?

同时,我看《z-stack API》的文档的时候发现,如果定义了端点,那么需要为每个端点定义它的简单描述符(SimpleDescriptionFormat_t)和端点描述符(endPointDesc_t),那这样如果我有两个endpoint,他们共用一个节点或者说一个开发板,请问我该如何初始化呢?