Reciving time-series history data through MQTT
-
Hi
I want to transfer a times-series of data points through MQTT to mangon, The series consist of an array of timestamp-value pairs. (example [20191219T082550Z, 22], [20191219T083050Z, 25],...)
- Can Mango recive and process and array/list of timestamp-data values (as oppposed to single value with single timestamp) through MQTT data-source?
- How should Json be formatted?
- How should Mango point be setup?
Many Thanks
Nathan