I am testing the Sensor example in the Mesh SDK.
For my implementation I need three properties that are given by the BT Mesh specification. (Properties 0x004F, 0x0057, 0x0059)
I know how to add these properties and I can publish them individually and they can be accessed from other nodes.
How can I publish all three states as one combined message? As far as I've seen, status messages always only contain one property.