Hi,
I want to send "ON" message to server node over mesh network when a client node receives "hello" via UART from PC
I was able to merge UART example from nrf5 sdk with light switch example from mesh_sdk_v1.0.1,
I know this function simple_on_off_client_set send on_off message to servers to change their states but the thing is how can i use it for sending only on message when i need to (receiving "hello" from PC) ?
Any help?
best regards,