Hello,
I am working with the mesh SDK 2.1.1 version and the Light switch proxy server and proxy client examples.
Everything is working fine between client and server and group works.
With my custom ios application I can change the state of the model Generic_on_off on the server. I can make a request "GET" to get the state on/off of the server.
targetProvisionedNode.nodeGenericOnOffGet(elementAddress, onDestinationAddress : unicast)
Set request, Get request works.
I need that the server notifies the smartphone application when the state changes (for example by pressing the physical button of the development kit)
What is the best architecture for real-time information in the app ?
thank you very much.