bencevans / node-sonos

🔈 Sonos Media Player Interface/Client
https://www.npmjs.com/package/sonos
MIT License
704 stars 147 forks source link

Event for when groups change? #511

Closed realwakils closed 3 years ago

realwakils commented 3 years ago

I would like to know how I can know when the groups change? For example when I change one of my devices into another group.

I tried with ZoneTopology but the event was never called

Node version: v14.15.2 node-sonos version: the latest OS: windows 10

pascalopitz commented 3 years ago
import { Listener } from 'sonos';

Listener.on('ZonesChanged', (...args) =>{});