set-edid-config
Use the interface to modify EDID related information for the input port.
HTTP Request
GET http://ip/usapi?method=set-edid-config&...
Parameter | Description |
---|---|
method | set-edid-config |
smart-edid | 0: Disable smart EDID 1: Enable smart EDID |
keep-last | 0: Do not use the last loop-through EDID 1: Use the last loop-through EDID |
add-audio | 0: Do not force add audio 1: Force add audio |
limit-pixel-clock | 0: Do not use limit pixel clock 1: Use Limit pixel clock |
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. |