Quick Access
Coin Methods
Bitcoin
Miscellaneous
Methods
Device
applySettings

Apply settings

🚫

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

Change device settings

const result = await TrezorConnect.applySettings(params);

Params

Including CommonParams

ApplySettings

Result

{
    success: true,
    payload: {
        message: "Settings applied"
    }
}
 

Error

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