Set and Retrieve High Grayscale at Low Brightness (Old Version)
# Set and Retrieve High Grayscale at Low Brightness (Old Version)
# Set High Grayscale at Low Brightness (Old Version)
Path:
/api/cpu_color_control
Method: PUT
Content-type: application/json; charset=utf-8
API Description: Available for old A-series products, except for A600/A800.
Request
Name | Type | Example | Description |
---|---|---|---|
enabled | int | 1 | 0: Disable high grayscale at low brightness; 1: Enable high grayscale at low brightness. |
Example
{"enabled": 1}
# Retrieve High Grayscale at Low Brightness (Old Version)
Path:
/api/cpu_color_control.json
Method: GET
Content-type: application/json; charset=utf-8
API Description: Available for old A-series products, except for A600/A800.
Request
Name | Type | Example | Description |
---|---|---|---|
enabled | int | 1 | 0: Disable high grayscale at low brightness; 1: Enable high grayscale at low brightness. |
Example
{"enabled": 1}