API for Wiim Amp?

Added: https://github.com/cvdlinden/wiim-httpapi/blob/main/openapi.md#eqgetband
Not sure what the response actually does. So documentation is a bit sparse. ;)
Almost similar as the response of EQLoad

{"status":"OK","source_name":"wifi","EQStat":"Off","Name":"Flat","pluginURI":"http://moddevices.com/plugins/caps/Eq10HP","channelMode":"Stereo","EQBand":[{"index":0,"param_name":"band31hz","value":50},{"index":1,"param_name":"band63hz","value":50},{"index":2,"param_name":"band125hz","value":50},{"index":3,"param_name":"band250hz","value":50},{"index":4,"param_name":"band500hz","value":50},{"index":5,"param_name":"band1khz","value":50},{"index":6,"param_name":"band2khz","value":50},{"index":7,"param_name":"band4khz","value":50},{"index":8,"param_name":"band8khz","value":50},{"index":9,"param_name":"band16khz","value":50}]}
 
Back
Top