get-edid-config
Use the interface to obtain EDID of input port.
HTTP Request
GET http://ip/mwapi?method=get-edid-config
Parameter |
Description |
method |
get-edid-config |
Response Body
{
"status": 0,
"smart-edid": true,
"keep-last": false,
"add-audio": true,
"limit-pixel-clock": true,
"data": "AP///////wA09wEAAQAAAAEaAQOAAAB4Au6Vo1RMmSYPUFT//4AxQEVAYUBxQIGA0QDhwAEACOgAMPJwWoCwWIoAUB10AAAeAjqAGHE4LUBYLEUAUB10AAAeAAAA/QAPlg+HPAAAAAAAAAAAAAAA/ABNQUdFV0VMTAogICAgAWYCA1HxV2EQHwQTBRQgISJdXl9gZWZiY2QHFgMSMgl/BxUHUD0GwFcGAF9/AWd/AINPAADiAA9uAwwAEAC4eCEQgAECAwRn2F3EAXiAA+MPAeABHYAYcRwWIFgsJQBAhGMAAJ5mIVaqUQAeMEaPMwBQHXQAAB4AAAAAAAAAAAAAzw=="
}
Name |
Description |
status |
0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |
smart-edid |
Indicates whether to enable SmartEDID. If yes, it is true; otherwise, it is false. |
keep-last |
Indicates whether to use the latest loopthrough EDID. If yes, it is true; otherwise, it is false. |
add-audio |
Indicates whether to force the the source device to output audio. If yes, it is true; otherwise, it is false. |
limit-pixel-clock |
Indicates whether to lower pixel resolution to avoid the output producing a blank screen when the pixel resolution of the loop-through device is beyond the capability of the Pro Convert. If yes, it is true; otherwise, it is false. |
data |
Indicates the EDID information in base64 format, and it will be translated to hex to display. |