deviceUpdateReboot
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Boot the device into bootloader mode
const result = await HardwareSDK.deviceUpdateReboot(connectId);
empty
HardwareSDK.deviceUpdateReboot(connectId);
{
success: true,
payload: {}
}
Error
{
success: false,
payload: {
error: string, // error message
code: number // error code
}
}