Hello
i am working with light switch proxy client server sdk example.i make provision light and switch using nrf mesh application.i have three nrf52832 dk board.i flashed light switch proxy client example on one nrf52832 dk board board and light switch proxy server example on other two nrf52832 dk board.i provisioned all nodes with nrf mesh application and i successfully turn on light on two server with one client.i know all server node have unicast address.now i want to turn on light on specific server using unicast address.i know i can set server unicast address in client publication address using nrf mesh app for send messege to specific server. but i want to do this using programmatically.
so how can i do this.i read and understand current sdk proxy client server example code and i found proxy client send messege with group address so how can i send messege to specific unicast address and what changes i will have to make for the same.
Thanks.