lcarli / NodeRedIoTHub

Fork from origin plus changes
Apache License 2.0
14 stars 24 forks source link

Usage with data array and timestamps #43

Open fludki opened 2 years ago

fludki commented 2 years ago

Hey folks, the node seems to be the easiest way to transfer measurement data from NodeRed to Azure. In addition, this is how Microsoft recommends it: https://azure.microsoft.com/de-de/blog/connecting-node-red-to-azure-iot-central/ Unfortunately it seems to be necessary to create a message for each data point. Is it also possible with the implemented functionality to send an array of data and define the timestamps? Or to set the timestamp at all.

Any help appreciated. Cheers fludki