Update Datastream Value

Update the Datastream value

GET https://{server_address}/external/api/update?token={token}&{pin}={value}

This endpoint allows you to update the value of the Datastream value via GET request. Example: https://blynk.cloud/external/api/update?token=ffujYGgbf805tgsf&v1=100

Path Parameters

You can get the Device auth token in Device info.

Update value by Datastream ID

GET https://{server_address}/external/api/update?token={token}&dataStreamId={id}&value={value}

This endpoint allows you to update the value of the Datastream value via GET request. Example: https://blynk.cloud/external/api/update?token=Rps15JICmtRVbFyS_95houlLbm6xIQ2L&dataStreamId=1&value=100

Path Parameters

To update Datastreams that have 2 values, for example Location Datastream, use this call:

/external/api/update?token={token}&dataStreamId={id}&value=lon&value=lat

or

/external/api/update?token={token}&pin=V1&value=lon&value=lat

Last updated

Revision created

GITBOOK-1318: change request with no subject merged in GitBook