Update Multiple Datastreams Simultaneously
Last updated
Was this helpful?
Last updated
Was this helpful?
Update multiple Datastreams of a single device with one GET request. It can help with saving the data volume for cellular devices.
Use such update for Map Widget in Blynk.Console so that all datapoints have same timestamp for data and coordinates.
GET
https://{server_address}/external/api/batch/update?token={token}&{pin1}={value1}&{pin2}={value2}
{% swagger-response status="400" description="Could not find a device token or Wrong pin format or Value doesn't match the Datastream data type" %}
You can also use Blynk.Edgent API to .