Get the current room correction settings
GET
/RoomCorrGet
Makes a call to https://10.10.10.254/httpapi.asp?command=RoomCorrGet
It returns a JSON object with the current room correction settings, including the EQ levels for each band, the source name, and other related information.
The "EQBand" array contains objects for each EQ band, with parameters such as "mode", "freq", "q", and "gain".
This information can be used to understand the current room correction configuration and make informed adjustments if needed.
Responses
Successful response
application/json
JSON "status": "string", "EQLevel": 0, "source_name": "string", "EQStat": "string", "Name": "string", "pluginURI": "string", "channelMode": "string", "EQBand": [ { "index": 0, "param_name": "string", "value": 0 } ]
{
}