hi
i create mesh network using the light switch client/server every things work well!
i have number of client and only one server.
i set the server to subscribe to the address 0xC001 and publish to the address 0xC002
and set the all clients to subscribe to the address 0xC002 and publish to the address 0xC001.
the server send data using the function access_model_publish but i will change the message and add to it the unicast address(or the mac address) of the client target.
are this the right and easy way to send data from the server to specific client and from the clients to the server?or it is another way to do it?
thanks