Update Device Brightness
PUT {{baseUrl}}/v1/device/:deviceUid/brightness
Request change device brightness by deviceUid.
Parameters
Field | Type | Required | Description |
---|---|---|---|
deviceUid | string | required | device application id |
Body
Field | Type | Description |
---|---|---|
brightness1 | number | device brightness in percent 0-100 |
timeFrom1 | HH:MM:SS | starting time for brightness 1 |
brightness2 | number | device brightness in percent 0-100 |
timeFrom2 | HH:MM:SS | starting time for brightness 2 |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}