deviceWipe

Wipe device

Reset device to factory defaults and remove all private data.

const result = await HardwareSDK.wipeDevice(connectId);

Params

empty

Example

HardwareSDK.wipeDevice(connectId);

Result

{
    success: true,
    payload: {
        message: string
    }
}

Error

Last updated

Was this helpful?