Hi,
I have changed the vendor model for sending data from client to server in light switch example. Earlier it was just sending bool values. I have changed it to uint8_t to send data.
But now i am unable to subscribe the server dongle to any group in nrf mesh app, it gives an error "not a subscription model".
I am able to provision both the dongles. Client(switch) has been set to a publish address through the app.
App is not supporting vendor models?
If not then can i give a subscription address in my code to the server(light) node directly? I will provision the nodes via app but address will be taken from the code.
Thanks
Anuprit