Set and Retrieve HDMI Forced Output
# Set and Retrieve HDMI Forced Output
# Set HDMI Forced Output
Path:
/api/hdmi_status
Method: PUT
Content-type: application/json; charset=utf-8
API Description: This can be used to set HDMI forced output.
Note: Only 1.71.5 or later version is supported.
Request
Name | Type | Example | Description |
---|---|---|---|
status | String | on | Indicate if HDMI is configured as forced output. on means enable, off means disable, and detect means detection. |
Example
{"status": "on"}
# Retrieve HDMI Forced Output
Path:
/api/hdmi_status.json
Method: GET
Content-type: application/json; charset=utf-8
API Description: This can be used to retrieve HDMI forced output.
Note: Only 1.71.5 or later version is supported.
Response
Name | Type | Example | Description |
---|---|---|---|
status | String | on | Indicate if HDMI is configured as forced output. on means enable, off means disable, and detect means detection. |
Example
{"status": "on"}