streamdeck
streamdeck copied to clipboard
Stream Deck SDK.
- Update paths of exported routing to be prefixed with `"public:"`, applies to the following: - `@route` - `streamDeck.ui.current.fetch` - `streamDeck.ui.registerRoute` - `streamDeck.plugin.fetch` - `streamDeck.plugin.registerRoute`
- Migrate ESLint from v8 to v9. - Resolve linting errors.
Hi team, I'm currently developing a plugin proof-of-concept as part of my internship and have a question regarding displaying longer text on Stream Deck keys. My plugin is designed for...
I'm messing around with trying to get some info from another app via a deep link (the `streamdeck://` URI Protocol), and while it works, any time I use it, on...
I know this is generally not advised for security reasons, but may be necessary if the server is running on a local network, such as the Pi-hole plugin for Stream...
I encountered a problem when developing the stream deck plugin, so I would like to consult you here. The stream deck can turn pages by pressing the key, so I...
I know that I can hook into certain events to update the state of the button. E.g. in order to change the text when the button appears on the streamdeck,...
In my plugin, I cannot see any of my logging or console output. I have reviewed this issue: https://github.com/elgatosf/streamdeck/issues/74 My problem is the same but the solution isn't. 1. I...
Stream Deck 7.1 introduces the ability to identify "get" events, such as: - `getSettings` and `didReceiveSettings` - `getGlobalSettings` and `didReceiveGlobalSettings`. This is particularly useful as it allows Makers to determine...