Batch Update of the Datastreams don't work

Updating one virtual pin works but not two. In the example below only v28 gets updated. If you change place of v28 and v30, then v30 get updated as it is first.


https://fra1.blynk.cloud/external/api/update?token=xxxx&v28=28&v30=30

According to the documentation, the correct syntax is:

https://blynk.cloud/external/api/batch/update?token=bFFtSHNCZZDWQ__Zs96cP5jLMhLoJofg&v1=33&v2=44

You are missing the /batch/ after api and before update?

https://docs.blynk.io/en/blynk.cloud/batch-update-values

Pete.

2 Likes

Thank you!
Time to learn to read more thoroughly :frowning:

1 Like