node-elgato-stream-deck icon indicating copy to clipboard operation
node-elgato-stream-deck copied to clipboard

Feature Request: Ability to get the HID path of an existing StreamDeck instance

Open mrfigg opened this issue 1 year ago • 1 comments

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?

mrfigg avatar Apr 17 '23 05:04 mrfigg

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

Julusian avatar Apr 17 '23 08:04 Julusian

This is in v6.1.0

Julusian avatar Apr 21 '24 23:04 Julusian