jishi / node-sonos-http-api

An HTTP API bridge for Sonos easing automation. Hostable on any node.js capable device, like a raspberry pi or similar.
http://jishi.github.io/node-sonos-http-api/
MIT License
1.83k stars 462 forks source link

Volume + and - do not work #773

Closed Stroell closed 3 years ago

Stroell commented 3 years ago

When I use /kitchen/volume/- the volume is set to 0 instead of decreasing it

/kitchen/volume/+ gives back "success", but does not chagne anything at all

Sonos

jishi commented 3 years ago

You always need to specify the amount of percent you want to adjust, 1-100, so +1, +10, +25 etc

Stroell commented 3 years ago

Oh no. How embarrassing of me! Thanks for your quick response! 👍