export-edid
Use the interface to export the EDID of the HDMI input port as a .bin file.
Request Mode
POST http://ip/mwapi/export-edid
Name | Description |
---|---|
source-id | The input source ID 0: HDMI 1 1: HDMI 2 |
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. |