{
"id": "GSF_ID_CODEC_AIO",
"op": "G1C0S0",
"data": {
"ienable": 1,
"oenable": 1,
"ivolume": 0,
"odigitalvolume": 95,
"oanalogvolume": -14
}
}
curl --location --request POST 'http://192.168.0.168/api/audio/config' \
--header 'Cookie: access_token=;access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "GSF_ID_CODEC_AIO",
"op": "G1C0S0",
"data": {
"ienable": 1,
"oenable": 1,
"ivolume": 0,
"odigitalvolume": 95,
"oanalogvolume": -14
}
}'
{
"code": 0,
"data": {}
}