You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?The text was updated successfully, but these errors were encountered: