svrooij / node-sonos-ts

:speaker: Sonos control library, use this library in your own appliction.
https://sonos-ts.svrooij.io/
MIT License
81 stars 18 forks source link

MicEnabled bug fix and Invisible #128

Closed hklages closed 3 years ago

hklages commented 3 years ago

MicEnabled bug fix and added Invisible property

Description

  1. MicEnabled ==='1' // instead of 1

  2. Added Invisible to same part

  3. Invisible === '1' // instead of 1

  4. was already done in beta - these changes replace the beta stuff.

Your checklist for this pull request

🚨 Please review the guidelines for contributing to this repository.

svrooij commented 3 years ago

This error is fixed in #129, which will be released to beta any minute.