Quick Access
Coin Methods
Bitcoin
Miscellaneous
Methods
Device
setBusy

Set busy

🚫

Management command - this method is restricted to Trezor.io and can't be used in 3rd party applications.

Show a "Do not disconnect" dialog instead of the standard homescreen.

const result = await TrezorConnect.setBusy(params);
Supported only by T2T1 with Firmware 2.5.3 or higher!

Params

Including CommonParams

PROTO.SetBusy

Result

{
    success: true,
    payload: {
        message: 'Success',
    }
}
 

Error

{
    success: false,
    payload: {
        error: string // error message
    }
}