Hi all, I'm working on creating new model for sending a byte from proxy client based on Generic On Off model. For working with light-switch proxy example, I used NRF Mesh Application(on Android) as a provisioner.
My new model was only working fine if GENERIC_BYTE_CLIENT_MODEL_ID defined the same as GENERIC_ONOFF_CLIENT_MODEL_ID(0x1001).
But when I change my model id to another variable(0x0005), a problem happened: After had provisioned successfully by the NRF Mesh Application, I clicked on CONFIGURATION and it was automatically closed the app, and after that I didn't see my model shows inside the Element collapsed. I thought It must have a name of my model like Unknown Model or something like that.
How can I make this case work? I mean about Model ID on proxy example, do we have to use a defined model ID?