Get Status of Adaptive Program Resolution
# Get Status of Adaptive Program Resolution
Path:
/api/programautoscale.json
Method: GET
Content-type: application/json; charset=utf-8
API Description: This can be used to get the status of the function that makes the program resolution adaptive to the screen.
Response
Name | Type | Example | Description |
---|---|---|---|
programautoscale | int | 1 | 1: Enabled, 0: Disabled |
Example
{"programautoscale": 0}