Hi,
I am using the light switch example with the mesh SDK version 3.10
the provisioning is done with NRF Mesh application (android phone)
1. is there easy way to get the number of online nodes within specific node and their details (RSSI , MAC Address ...)
2. Currently i have managed to to change the Radio Tx power by changing p_broadcast->params.radio_config.tx_power in set_default_broadcast_configuration() function,
but this is only happens when restarting the node, is it possible to change the tx power in run time?
Thanks.