Request
Body Params application/json
{
"screenIdList": [
"string"
],
"type": 0,
"state": true
}
Request Code Samples
curl --location --request POST 'http://prod-cn.your-api-server.com/api/v1/screen/output/max-brightness' \
--header 'Device-Key: 10.40.41.200:8001' \
--header 'Content-Type: application/json' \
--data-raw '{
"screenIdList": [
"string"
],
"type": 0,
"state": true
}'
Responses
application/json {
"code": 0,
"data": {},
"message": "string"
}
Modified at 2025-10-21 01:45:16