trezor/connect

Get uuid and name of Trezor device

Closed this issue · 3 comments

Hi, does this library provide anyway of retrieving the uuid and name of the Trezor device?

keraf commented

Hi,

You can use TrezorConnect.getFeatures() that will return you some information about the device such as a the deviceId and label.

keraf commented

A few methods are currently missing in the documentation, I'll be looking to get them added soon. Created issue trezor/trezor-suite#4872 to track that task.