OBJECT
Device
A physical device that that plays music.
link GraphQL Schema definition
- type Device implements Node {
- # The hardware id of the device, e.g mac address
- String :
- ID! :
- String :
- String :
- String :
- # The device's current playback state
- Playback :
- String :
- # The sound zone the device is paired with
- SoundZone :
- # What type of device this is, e.g mobile or desktop
- String :
- # The vendor who has manufactured the device
- String :
- }