export-edid
Use the interface to export EDID configuration in a .bin file.
HTTP Request
GET http://ip/mwapi?method=export-edid&port=xxx&file-name=xxx.bin
Parameter |
Description |
method |
export-edid |
port |
Indicates the port type, including in, out. |
file-name |
Indicates the BIN file name. |
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. |
Example
http://ip/mwapi?method=export-edid&port=in&file-name=Input_Port_EDID_2019_03_20_17_35_52.bin
2. Export the EDID of output port
http://ip/mwapi?method=export-edid&port=out&file-name=Output_Port_EDID_2019_03_20_17_36_42.bin