- Contents
- API Instructions
- Error Code
- General
- Input
- Screen
- Image booster
- Layer
- Processing
- Canvas
- Preset
- Schedule
- Output
- Image Booster
- Retrieve Screen Properties InformationGET
- Retrieve the Number of Cabinets of the ScreenGET
- Retrieve Screen InformationGET
- Device
- Cabinet
Set Screen Gamma
PUT
/api/v1/screen/gamma
/api/v1/screen/gamma
MX6000
TIP
Request
Header Params
Content-Type
string
required
Example:
application/json
Body Params application/json
screenIdList
array[string]
Screen ID list
gamma
number
Gamma value
Example
{
"screenIdList": [
"screen"
],
"gamma": 1
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request PUT 'http://127.0.0.1:8001/api/v1/screen/gamma' \
--header 'Content-Type: application/json' \
--data-raw '{
"screenIdList": [
"screen"
],
"gamma": 1.00
}'
Responses
🟢200Successful
text/plain
Body
object {0}
🟢200Successful
🟢200Successful
Modified at 2024-07-09 11:01:54