Hi I'd like to know how to get status messages into Mesh Proxy Data out. I have a Light Switch Server, and a Light Switch Client. They publish/subscribe to each other, and I've set up a timer to call app_onoff_status_publish every 1 second. I get the Present OnOff value and the source address in each status publish message and it is printed in the logs for the Client every second.
I'd like to know how I can put the present OnOff value and source address into Mesh Proxy Data Out (0x2ADE) on the Client.
I have a Proxy Client that connects to the Light Switch Client, acting as a Proxy Server. I am able to enable notifications on 0x2ADE, Proxy Data Out, but nothing is being written to 0x2ADE. I would like for the present on off value and src address in a status message to be written to 0x2ADE every time the Light Switch Client receives a status publish message.