export-loop-through-edid
Use the interface to export the EDID of the loop-through port.
HTTP Request
GET http://ip/usapi?method=export-loop-through-edid&file-name=...
Parameter | Description |
---|---|
method | export-loop-through-edid |
file-name | Path for exported file. |
Response Body
{
"result": 0
}
Item | Description |
---|---|
result | Returned status. 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |