Related to: @elgato-stream-deck/node
Version installed: 6.2.0
Node version: v21.5.0
Machine: macOS 14.5 (on MacBook Air M2)
Issue type: bug (in type definition)
As explained in the wiki and shown in the example code, the devicePath parameter in function openStreamDeck can be omitted (the first device will be used then). The API actually shows the correct code (https://www.npmjs.com/package/@elgato-stream-deck/node#api). But version 6.2.0 does not have the parameter set as optional.
When running the Node.js app, it crashes with the following error:
Related to: @elgato-stream-deck/node Version installed: 6.2.0 Node version: v21.5.0 Machine: macOS 14.5 (on MacBook Air M2) Issue type: bug (in type definition)
As explained in the wiki and shown in the example code, the
devicePath
parameter in functionopenStreamDeck
can be omitted (the first device will be used then). The API actually shows the correct code (https://www.npmjs.com/package/@elgato-stream-deck/node#api). But version 6.2.0 does not have the parameter set as optional.When running the Node.js app, it crashes with the following error:
Thanks for your work! Appreciate it!