Update Datastream Property
Update Device DataStream Property Value
POST
https://{server_address}/api/v1/organization/device/datastream/property
Headers
Name | Type | Description |
---|---|---|
Authorization* | Bearer {access_token} | |
Content-Type* | application/json |
Request Body
Name | Type | Description |
---|---|---|
deviceId* | 1 | Device identifier. |
dataStreamId* | 1 | Device datastream identifier. |
value* | Some value | Device datastream value. |
property* | color |
Request examples:
Last updated