Hi I am using the mesh sdk 2.0.1 and the nrf52 dk board.
I have made a new model modifying the simple on of client/server example, where the server will send a periodic message to the client about the status of the sensor. I have followed the how_to_model.md documentation given in the sdk and have created the new model accordingly in the client and server side. But the models are not getting provisioned. When i went through the provision-er code i saw that there is a set of rules that is followed to provision the client/server based on the simple on/off mode, and i could not find the documentations on how to go about changing the node_setup.c (neither in how_to_model.md in nordic infocenter) file so that my new model is accepted and provisioned by the provision-er.