Hello,
I have a question about the best way of implementation.
The data will consists out of a struct with multiple pressure and temperature measurements coming from another device via UART(non Zigbee).
Is it the best solution to have a custom cluster with custom payload data, and if so, is there an example of this?
Or is it the best solution to bitshift out the data from this struct and assign each value to an existing cluster (temperature, pressure, ...)
Thanks in advance,
Sebastiaan