resetSettings

resetSettings( deviceId : string ) : void

The resetSettings operation is used for resetting the client settings on a device. This can be done if the user needs to realign the device settings with the defaults from the DME server.

Parameters

Name

Description

Required

deviceId

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

Return value

None.

Throws

MyDMEException with SOAP_EXCEPTION if the settings could not be reset on the device, for instance because the device does not belong to the current user. See MyDMEException.

Next topic

Types