Update Property Inspector from Browser #104
-
Hi, I'm pretty new with the Stream Deck but I've already read all the documentation. But now I came to a point where I really need some help, please. I've started with the easy "Counter Sample" code, renamed the plugin to But what I want to achieve is to set/update the counter from a browser
But I ran into a CORS error scenario:
My question is now: how can I set/update a value of a plugin from external, like a web browser? Thank you for your assistance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @elementalPRESS, You can send a message directly to your plugin using the plugin's deeplink. In the case of your plugin it would look something like
https://docs.elgato.com/sdk/plugins/events-received#didreceivedeeplink Please note that this is a very new feature to Stream Deck, if you are using the plugin template it does not directly support this as we transitioning over to our Node.js tools. We recommend using the Node.js tools for new plugins at this time (still in beta, but nearing a v1 release). |
Beta Was this translation helpful? Give feedback.
Hi @elementalPRESS,
You can send a message directly to your plugin using the plugin's deeplink. In the case of your plugin it would look something like
streamdeck://plugins/message/com.elementaltiming.sscm/MyCoolMessage
https://docs.elgato.com/sdk/plugins/events-received#didreceivedeeplink
Please note that this is a very new feature to Stream Deck, if you are using the plugin template it does not directly support this as we transitioning over to our Node.js tools. We recommend using the Node.js tools for new plugins at this time (still in beta, but nearing a v1 release).
https://www.npmjs.com/package/@elgato/cli