feat(protocol): power status change notification

This commit is contained in:
karliatto
2025-11-19 16:47:04 +01:00
parent 0e705205ce
commit 6855b5e74f

View File

@@ -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 {