How to store complex measurements (in cloud variables)

Since you are stuck with int, double and string - I would convert the data to a json string that you can parse on the other end.

1 Like