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.84k stars 462 forks source link

Issuing status command does not set the mute state #769

Open Stephenphillips0001 opened 4 years ago

Stephenphillips0001 commented 4 years ago

Hello jishi,

I am issuing a status request and returns all the items correctly, with the exception of some units where mute is always false (even though the speaker may be muted). My system is S1.

Thanks for such a great bit of coding!

jishi commented 4 years ago

Could you give me some more details about this? What kind of player, the state of the player when it returns false (source of playback etc).

The mute state should be evented from the player, thus always be up to date.