Set and Retrieve High Grayscale at Low Brightness (New Version)

555

# Set and Retrieve High Grayscale at Low Brightness (New Version)

# Set High Grayscale at Low Brightness (New Version)

Path:

/api/smart_sender?intent=lowBrightHighGray

Method: PUT

Content-type: application/json; charset=utf-8

API Description: Available for A600 and A800.

Request

Name Type Example Description
isLowBrightHighGray int 1 0: Disable high grayscale at low brightness; 1: Enable high grayscale at low brightness.

Example

{"isLowBrightHighGray": 0}

# Retrieve High Grayscale at Low Brightness (New Version)

Path:

/api/smart_read_serial_info?intent=basicInfo

Method: GET

Content-type: application/json; charset=utf-8

API Description: This can be used to retrieve the basic information of ARM.

Response

Name Type Example Description
isLowBrightHighGray bool true false: Disable high grayscale at low brightness; true: Enable high grayscale at low brightness.

Example

{"isLowLightHighGray": false}