Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mrfigg opened this issue Apr 17, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@mrfigg
Copy link

mrfigg commented Apr 17, 2023

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?

@Julusian Julusian added the enhancement New feature or request label Apr 17, 2023
@Julusian
Copy link
Owner

There isn't currently a way to do this, but it should be possible to do.

Alternatively, libusb/hidapi#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
Copy link
Owner

This is in v6.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants