Sending batch of timestamped data (data streams)

Hello guys,

Please advise is any possibility to publish batch of timestamped data (data streams) in single POST request?

I am able to send several timestamped data points of one data stream, as mentioned in Blynk Doc, but I am looking for the way to send “device data snapshot - several data values, like temperature, humidity, etc” with single timestamp in one POST request.

Thanks,
Max

Hello. You can send updates to multiple datastreams within 1 POST request. But only 1 value per DS - Update Multiple Datastreams Simultaneously - Blynk Documentation.

Sending multiple values per multiple data streams is not yet possible.

Hello Dmitry,

Thank you.

But, I am asking about timestamped POST: timestamped several datastreams one value for each.

Regards,
Max

Any reply appreciated…