Example #1
0
 public async Task SetTrebleAsync(SonosTreble treble)
 {
     await _renderingControlService.SetTrebleAsync(treble.Value);
 }