Hi, I am using Mesh SDK 4.0.0 and have couple of nRF52840 dev kits.
1) In light switch server example of Mesh SDK, is it possible to add more on_off data types to the server state?
I want to check with you whether the server can hold 4 different on_off states and few integers too. My application reads 4 input pins and I want to broadcast its status in BLE mesh.
2) I see a lot of on_off_state structures in the sdk. Can you tell me where (in which file) is the base server structure of the OnOff model?
3) I plan to edit that base structure and then all the structures and function arguments as necessary to have the set and get callbacks in main.c to work correctly. Does this sound like a graceful way to implement my point#1 ?
Please advise. Thank you