sonos.getLEDState().then(state => {
  console.log('Current LED state %j', state)
}).catch(err => { console.log('Error occurred %j', err) })