Hello,
I am trying to create an application that uses the mesh light lightness [client/server] model using the example application as a guide and I have a few questions
1. what is the intended use case of light_lightness_client_callbacks_t ? A client as I understand it, will send get/set request and not get queried?
for example, what entity will cause app_light_lightness_client_status_cb to be triggered? another model that is getting status from light lightness clients?
2. If all I want is the light_lightness client/server model (without generic on/off or generic level) is it okay to create a custom light_lightness_server_init() that does not try to initialize any generic models? Other that not being able to interact with a generic based clients is there any drawback to this? I realize that the bluetooth mesh spec mentions bindings with other models but is that mandatory or optional?
3. Are the model support in the nRF5-Mesh-SDK assumes that all bindings are present and callable? I don't want to bloat code with generic models if I don't have to and I still want to use the
APIs provided via /modes/model_spec/
Thanks for everyone's time,
Richard

