I want to add a node(server) in multiple group in Mesh.
Application is if any switch pressed next two corresponding light to be trigger to on. for that one server subscribe to two client for trigger.
How can I achieve this.
I want to add a node(server) in multiple group in Mesh.
Application is if any switch pressed next two corresponding light to be trigger to on. for that one server subscribe to two client for trigger.
How can I achieve this.
can I publish to multiple group similarly
Awesome, happy to help.
So what I was trying to explain to you before was that a client model element can only publish to one group.
For example, let's say you have a mesh client node with only one generic on/off element. That element can only publish to one address.
But what you can do is have a mesh client node with multiple generic on/off elements. Then each of those elements can publish to a different group, for example one client node with 6 generic on/off elements (light switches for example). Each of those elements can then publish to a separate group.
Does that make sense?
Thanks it make sense. You solved problem
I can subscribe to maximum 3 groups but ACCESS_SUBSCRIPTION_LIST_COUNT is 7.