originallyus / node-red-contrib-better-sonos

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

Volume Down not working #11

Closed ATavs closed 6 years ago

ATavs commented 6 years ago

Volume Down control not working. In file sonos-control.js line 128 change " _volfkt = "vol_up"; " to " _volfkt = "vol_down"; "

torinnguyen commented 6 years ago

I've published v0.1.13 with this fix. Thanks for spotting it.