ScriptDeck
ScriptDeck copied to clipboard
PowerShell Tools for Elgato StreamDeck
https://developer.elgato.com/documentation/stream-deck/sdk/events-sent/#setfeedback
They need to be gone for the plugin to build, and if they are gone forever that is not desired.
It should be looking for a .sdPlugin file. It is currently looking for a .streamDeckPlugin file.
Since ScriptDeck helps create plugins, it should be easily transpiled with PipeScript.
There's more than one "Deck" on the market. StreamDeck and LoupeDeck both offer similar functionality: each allows for external devices to control a computer. As a high-level brand, ScriptDeck should...
If Receive-StreamDeck is not running in a job, this just generates a lot of event subscribers with little benefit.
It would be great to be able to use ScriptDeck to write a plugin entirely in PowerShell.
The plugin is currently broken due to actionSid not matching the listeners. Also updated the distribution zips because the old link broke. Had to use a mirror because the Elgato...
ScriptDeck will not start a PowerShell Script if the script resides in a folder with a hyphen and spaces Eg. C:\temp - work\myscript.ps1