originallyus / node-red-contrib-better-sonos

NodeRed node for controlling Sonos Players
MIT License
8 stars 9 forks source link

Volume up/down not working #7

Closed Rolf-M closed 6 years ago

Rolf-M commented 6 years ago

The volume up and down functions are not working. You are giving back the wrong variables to handleSonosApi function. you are transmitting "_volume" but you should transmit "volume_val" wich would be the new calculated target volume value. please correct...

torinnguyen commented 6 years ago

Appreciated your bug report. but that's not exactly where it went wrong.

The issue has been fixed in latest version.