Hello,
I have a question about Mesh implementation.
I need to build a network of BLE mesh devices, lets suppose for the moment they're based on light switch server model example.
Each device has a set of specific parameters for its configuration, for example, led color, etc.
These parameters are specific for each device, and there's no need to exchange them over the network.
How should I manage these parameters?
Should I create a custom mesh server (for example light switch configuration server model)?
Or should I manage them just via a GATT connection?
Thank you
Enrico