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.

zigbee 如何实现分组控制

需要使用组播的方式控制不同颜色的灯,如何获取分组信息,以及组播ID,

  • 组播方式的地址模式设置为afAddrGroup 并且addr.shortAddr 设置为组ID。使用组播的方式需要加入特定的组。

    您需要首先声明一个组对象aps_Group_t SampleApp_Group;而后将节点通过aps_AddGroup函数加入到该组中