Closed mrfigg closed 7 months ago
There isn't currently a way to do this, but it should be possible to do.
Alternatively, https://github.com/libusb/hidapi/pull/432 will allow for retrieving this once opened, but that change has yet to be pulled into node-hid so is not currently available to us
This is in v6.1.0
As far as I can tell it is currently not possible to get the HID path of an existing StreamDeck instance. Is there a way to do this that I can't find?
If not would it be possible to add an
async function streamDeck.getHidPath(): Promise<string>
method or equivalent?