export-output-edid
Use the interface to export the EDID of the HDMI Output port as a .bin file.
Request Mode
POST http://ip/mwapi/export-output-edid
Parameter | Description |
---|---|
file-name | The name of the exported file, ending in .bin |
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. |