Get uuid and name of Trezor device
Closed this issue · 3 comments
benjaminlim00 commented
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.
benjaminlim00 commented
Thank you :) Why is it not included under https://github.com/trezor/connect/blob/develop/docs/methods.md?
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.