Update Device Volume
PUT {{baseUrl}}/v1/device/:deviceUid/volume
Set device volume on the device by deviceUid.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
deviceUid | string | required | Unique Device Identification |
Body
content-type: application/json or application/x-www-form-urlencoded
| Field | Type | Description |
|---|---|---|
volume | number | Device volume in percent 0-100 |
Request Body
{"volume"=>"<number>"}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"message":"\u003cstring\u003e"}