- Contents
- API Instructions
- Error Code
- General
- Retrieve Screen InformationGET
- Set Screen BrightnessPUT
- Set Screen GammaPUT
- Set Blackout/Freeze ScreenPUT
- Retrieve Preset InformationGET
- Apply PresetPOST
- Retrieve All Cabinet InformationGET
- Enable Cabinet MappingPUT
- Retrieve Input Source ListGET
- Switch Source for LayerPUT
- Set EDIDPUT
- Set Screen Color TemperaturePUT
- Input
- Screen
- Device
- Cabinet
Set Screen Color Temperature
PUT
/api/v1/screen/colortemperature
/api/v1/screen/colortemperature
MX6000
TIP
Request
Header Params
Content-Type
string
required
Example:
application/json
Body Params application/json
screenIdList
array[string]
Screen ID list
colorTemperature
integer
Color temperature value
Example
{
"screenIdList": [
"string"
],
"colorTemperature": 0
}
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/colortemperature' \
--header 'Content-Type: application/json' \
--data-raw '{
"screenIdList": [
"string"
],
"colorTemperature": 0
}'
Responses
🟢200Successful
text/plain
Body
object {0}
🟢200Successful
Modified at 2024-07-09 11:01:54