Brightness History
Developing
1.
This interface is used for obtaining the brightness adjustment history of the current device.
2.
The maximum range for brightness history search is 30 days.
3.
This is an advanced interface.
Request
Random string (8-64 characters, only numbers or letters)
The current UTC timestamp
Body Params application/json
Current page,1 by default.
End time,millisecond timestamp
Sorting rule,asc in ascending order and desc in reverse order.
Quantity per page,10 by default.
Start time,millisecond timestamp
{
"currentPage": 0,
"endTime": "string",
"orderRule": "string",
"pageSize": 0,
"sn": "string",
"startTime": "string"
}
Request samples
curl --location --request POST 'https://open-us.vnnox.com/v2/device-status-monitor/brightness/history' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '{
"currentPage": 0,
"endTime": "string",
"orderRule": "string",
"pageSize": 0,
"sn": "string",
"startTime": "string"
}'
Responses
application/json Adjustment type 0-Manual 1-Scheduled 2-Automatic 5-Failed to read the light sensor data
{
"currentPage": 0,
"endTime": "string",
"orderRule": "string",
"pageSize": 0,
"sn": "string",
"startTime": "string"
}
Modified at 2024-08-07 01:35:36