svrooij / node-sonos-ts

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

Joining a zone by name doesn't work #22

Closed svrooij closed 4 years ago

svrooij commented 4 years ago
  sonos:device JoinGroup(kitchen) +0ms
  sonos:service:zonegrouptopology:192.168.96.3 GetZoneGroupState() +0ms
TypeError: Cannot read property 'DecodedObjectToGroups' of undefined
    at ParseZoneGroupStateResponse (node-sonos-ts/lib/helpers/zone-helper.js:7:21)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at async SonosDevice.JoinGroup (node-sonos-ts/lib/sonos-device.js:232:23)
svrooij commented 4 years ago

:tada: This issue has been resolved in version 1.1.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: