Set and Retrieve HDMI Auto Scaling

555

# Set and Retrieve HDMI Auto Scaling

# Set HDMI Auto Scaling

Path:

/api/autoscale

Method: POST

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

API Description: This can be used to set HDMI auto scaling on A100 and A200.

Request

Name Type Example Description
isAutoScaleHdmi String 0 Indicate if HDMI auto scaling is configured. 1: yes; 0: no.

Example

{"isAutoScaleHdmi": "0"}

# Retrieve HDMI Auto Scaling

Path:

/api/autoscale.json

Method: GET

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

API Description: This can be used to retrieve HDMI auto scaling from A100 and A200.

Response

Name Type Example Description
isAutoScaleHdmi String 0 Indicate if HDMI auto scaling is configured. 1: yes; 0: no.

Example

{"isAutoScaleHdmi": "0"}