James Brundage
James Brundage
* [ ] #82 * [ ] #83 * [ ] #84
Once #73 and #72 are integrated, it _somewhat_ trivial to begin to build an actual object model around the actions in ScriptDeck. Essentially: Any action will already be generating files...
Effectively: ~~~PowerShell $ScriptDeck = Get-Module ScriptDeck ~~~
Issue #72 represents one half of a two-way street. This is the other half. When new .ps1 files are discovered, they should be run (unless they are handlers, in which...
As events come in from StreamDeck, Watch/Receive-StreamDeck should default to creating a file for each generated event. These files should be cleaned up upon launch of a new StreamDeck instance....