bencevans/node-sonos

View on GitHub
docs/services/DeviceProperties.md

Summary

Maintainability
Test Coverage
# sonos

Sonos library to control (almost) everything from your sonos devices

**Requires:**

+ module:'./Service'

* * *

## Class: DeviceProperties

Create a new instance of DeviceProperties

### sonos.DeviceProperties.SetZoneAttributes(options)

Set the attributes of this speaker

**Parameters**:

**options**: `object`, Object with required parameters

+ **options.DesiredZoneName**: `string`, The name of the speaker

+ **options.DesiredIcon**: `string`, The icon of the speaker

+ **options.DesiredConfiguration**: `string`, The config of the speaker


* * *