Hello,
I'm working with :
- nRF mesh SDK 2.1.1
- light_switch_proxy_server
- I implemented the generic model on / off
I work with a module (server) that has two states: state of the button (on / off) and the state of a relay (on / off).
If I use the generic model On / Off, how is it possible to manage the use of the same model twice? Do the elements have an address?
When handle_set_unreliable_cb() is called can I know which instance of the corresponding onoff model ?
Thank you very much