Hi
Can I think so,if subscription address is identical in multiple nodes,then they are a group?
If so:
the light_1&light_2 OnOff Server Model subscription address is 0xC001,So them is in group A.The group A address is 0xC001.
the light_3&light_4 OnOff Server Model subscription address is 0xC002,So them is in group B.The group B address is 0xC002.
Now,I have a button,I want to use that control the groups A&B(light_1&light_2&light_3,light_4).But There's only one publication adderss (OnOff Client Model publication adderss is only one).What should I do?
Adds 0xC003 to light_1&light_2&light_3&light_4 OnOff Server Model subscription address,Equivalent to Create a adderss=0xC003 of group C.The button sending message to destination address=0xC003?
OR
The button multicast to group A and group B for using virtual address?But I don't know how to use virtual address.
Or there's another way?