WiiM http API for PEQ

Joined
Jan 22, 2024
Messages
7
For the graphic EQ the API works well, I can list saved modes:
Code:
https://<myip>/httpapi.asp?command=EQGetList

[
   ...
   "Vocal Booster",
   "TV"
]

And then load one:
Code:
https://<myip>/httpapi.asp?command=EQLoad:TV

{
   "status":"OK",
   "EQStat":"On",
   "Name":"TV",
  ...
}

But, can you do the same for parametric EQ? eg:
Code:
// This doesn't work :(

https://<myip>/httpapi.asp?command=PEQGetList

unknown command

Any ideas? Would be great if there was an up to date list of commands somewhere..
 
Back
Top