Sonos.prototype.adjustVolume = async function (volumeAdjustment, channel = 'Master') {
  debug('Sonos.adjustVolume(%j)', volumeAdjustment)
  return this.renderingControlService().SetRelativeVolume(volumeAdjustment, channel)
}