originallyus / node-red-contrib-better-sonos

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

better-sonos-status Output msg type is state not status #10

Closed rgerrans closed 6 years ago

rgerrans commented 6 years ago

The Information box states for Output:

status string | playing/stopped/paused
current playing state

But it's actually returned in the msg.state, not msg.status

torinnguyen commented 6 years ago

This has been fixed in the latest version. Thanks for reporting.