upload-edid
Use the interface to import a local .bin EDID file to the input port.
HTTP Request
POST http://ip/mwapi?method=upload-edid
Name |
Description |
method |
upload-edid |
Response Body
{
"status": 0,
"data": "AP///////wA09wEAAQAAAAEaAQOAAAB4Au6Vo1RMmSYPUFT//4AxQEVAYUBxQIGA0QDhwAEACOgAMPJwWoCwWIoAUB10AAAeAjqAGHE4LUBYLEUAUB10AAAeAAAA/QAPlg+HPAAAAAAAAAAAAAAA/ABNQUdFV0VMTAogICAgAWYCA1HxV2EQHwQTBRQgISJdXl9gZWZiY2QHFgMSMgl/BxUHUD0GwFcGAF9/AWd/AINPAADiAA9uAwwAEAC4eCEQgAECAwRn2F3EAXiAA+MPAeABHYAYcRwWIFgsJQBAhGMAAJ5mIVaqUQAeMEaPMwBQHXQAAB4AAAAAAAAAAAAAzw=="
}
Name |
Description |
status |
0 indicates that EDID is imported successfully. Refer to API Status Codes to find specific description for other values. |
data |
Indicates the EDID information in base64 format, and it will be translated to hex to display. |