Greetings!
Сould you help me to solve the difficulty with your DK? I have an idea to connect two boards with Mesh Light Control and Mesh Light Switch, and have the Client board send a request to turn on the LED on the Server board when power is applied to the Client board.
In your example this is done with buttons 1 and 2, I was able to connect them using an app nrf Mesh on my phone. But then, as I understand it, I need to emulate a button press when the board is turned on.
I see that this is done through the Generic OnOff Client, and there through the bt_mesh_onoff_cli_set_unack function, but I can't figure out the parameters. When i debugged, and when the button was pressed, execution stopped at model_handler.c 76 line, but then I can't do anything with these parameters.