mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 23:39:38 +01:00
feat(protocol): power status change notification
This commit is contained in:
@@ -17,6 +17,7 @@ export enum TrezorPushNotificationType {
|
||||
PIN_CHANGE = 7 /**< Pin changed on the device */,
|
||||
WIPE = 8 /**< Factory reset (wipe) invoked */,
|
||||
UNPAIR = 9 /**< BLE bonding for current connection deleted */,
|
||||
NOTIFY_POWER_STATUS_CHANGE = 10 /**< Power status changed, i.e. charging started */,
|
||||
}
|
||||
|
||||
export enum TrezorPushNotificationMode {
|
||||
|
||||
Reference in New Issue
Block a user