Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function cancelSubscriptions (device) {
device.Events.removeAllListeners(SonosEvents.CurrentTrack)
device.Events.removeAllListeners(SonosEvents.CurrentTrackMetadata)
device.Events.removeAllListeners(SonosEvents.CurrentTransportState)
device.Events.removeAllListeners(SonosEvents.Mute)
device.Events.removeAllListeners(SonosEvents.Volume)
}