Update Device Brightness
PUT/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 |
Request
Responses
- 200
- 404
OK
Response Headers
Content-Type
Link
Contains URL pointing to the result of this action. Keep making requests to this URL, until the response indicates, that the action was processed. For more information, refer to endpoint Get Device History.
Not Found
Response Headers
Content-Type