set-edid-config
Use the interface to modify the EDID configuration information of the HDMI input port.
Request Mode
POST http://ip/mwapi/set-edid-config&source-id=0¶m1=value1¶m2=value2...
{
"source-id": 0,
"smart-edid": true,
"data": "AP///////wA09wEAAQAAAAEaAQOAAAB4Au6Vo1RMmSYPUFT//4AxQEVAYUBxQIGA0QDhwAEACOgAMPJwWoCwWIoAUB10AAAeAjqAGHE4LUBYLEUAUB10AAAeAAAA/QAPlg+HPAAAAAAAAAAAAAAA/ABNQUdFV0VMTAogICAgAWYCA1HxV2EQHwQTBRQgISJdXl9gZWZiY2QHFgMSMgl/BxUHUD0GwFcGAF9/AWd/AINPAADiAA9uAwwAEAC4eCEQgAECAwRn2F3EAXiAA+MPAeABHYAYcRwWIFgsJQBAhGMAAJ5mIVaqUQAeMEaPMwBQHXQAAB4AAAAAAAAAAAAAzw=="
}
Parameter | Description |
---|---|
source-id | The input source ID 0: HDMI 1 1: HDMI 2 |
smart-edid | Whether to use the SmartEDID True: Yes False: No |
data | The EDID information, in Base64 format, which needs to be converted to hexadecimal value when displayed |
Response Body
{
"status": 0
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |
source-id | The input source ID 0: HDMI 1 1: HDMI 2 |