getSettings( deviceId : string ) : List of DeviceSetting
The getSettings
operation returns a list of the settings for the device identified by deviceId
. The settings are returned as a list of type DeviceSetting
(see DeviceSetting).
Name |
Description |
Required |
Type: string |
The ID of the device to which the operation applies. The ID of a device can be found on its information page (see Information) or be returned using getDevices. |
Yes |
List of type DeviceSetting
.
None.