Hi,
I am wondering how I would describe the capabilities of a device. Say, I were to develop a device that contains a light bulb and a fan. I could now use two elements and bind a generic on/off server and a generic level server to both of these elements. This would allow me to control both the light bulb and the fan through a ble mesh.
But how would the application know which element (or model) is the light bulb and which one is the fan?
Is there some kind of descriptor/property/etc... that I can put either on the element or the model to specify that the first element is of type "LIGHTBULB" and the second has the type "FAN"? Because the App will somehow need to show a picture to the user for what he can turn on/off.
If not, is there some standardized way to write a device Profile/Catalogue that I could load into my app which will determine from the manufacturer code and some device identifier what each element / model can control on the device?
Thanks,
Marius