James Brundage
James Brundage
* [ ] One parameter should be the command name. * [ ] Another should be a parameter. * [ ] A dial should go thru a [ValidateRange()] or [ValidateSet()],...
Send-StreamDeck should simplify sending a message to the property inspector: https://developer.elgato.com/documentation/stream-deck/sdk/events-sent/#sendtopropertyinspector. Related to #62
https://developer.elgato.com/documentation/stream-deck/sdk/events-sent/#setfeedbacklayout
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...