Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.15 KB

File metadata and controls

16 lines (12 loc) · 1.15 KB

DeviceObject

Properties

Name Type Description Notes
id string The device ID. [optional]
isActive bool If this device is the currently active device. [optional]
isPrivateSession bool If this device is currently in a private session. [optional]
isRestricted bool Whether controlling this device is restricted. At present if this is "true" then no Web API commands will be accepted by this device. [optional]
name string A human-readable name for the device. Some devices have a name that the user can configure (e.g. \"Loudest speaker\") and some devices have a generic name associated with the manufacturer or device model. [optional]
type string Device type, such as "computer", "smartphone" or "speaker". [optional]
volumePercent int The current volume in percent. [optional]

[Back to Model list] [Back to API list] [Back to README]