{
"para": {
"resolution": {
"width": 0,
"height": 0
},
"refreshRate": 0,
"isCustom": true
}
}
curl --location -g --request PUT 'http://127.0.0.1:8001/api/v1/device/input//edid' \
--header 'Content-Type: application/json' \
--data-raw '{
"para": {
"resolution": {
"width": 0,
"height": 0
},
"refreshRate": 0,
"isCustom": true
}
}'
{
"code": 0,
"data": {},
"message": "string"
}