[[timestamp, value]]
. Where timestamp
is the time difference between the current time and midnight, January 1, 1970 UTC measured in milliseconds.Unix epoch
or Unix timestamp
multiplied by 1000ms.[[timestamp, value]]
The full body with multiple entries:[[timestamp1, value1], [timestamp2, value2]]
Content-Type
the header is mandatory and should be set to application/json
curl -X POST -H 'Content-Type: application/json' -d '[[1650378744000,0]]' -i 'https://blynk.cloud/external/api/batch/update?token=YOUR_TOKEN&pin=v1'