ScriptDeck
ScriptDeck copied to clipboard
`ScriptDeck.Action` should represent an action in ScriptDeck
ScriptDeck.Action is a psuedotype that represents a ScriptDeck action.
This will not represent any action on your StreamDeck, just ones configured created or configured with one of the ScriptDeck plugins.
In most cases, this will serve as a proxy between the action running in the plugin and the current PowerShell runspace (thus allowing multiple PowerShell windows to interact with ScriptDeck).
The goal is to make a very easy object that can flexibly control a single point in ScriptDeck.
As such, there is a lot this psuedotype should be able to do.
- [x] #85
- [x] #86
- [x] #87
- [x] #88
- [x] #89
- [x] #90
- [x] #91
- [x] #92
- [x] #93
- [x] #94
- [x] #95
- [x] #96
- [x] #97
- [x] #98
- [ ] #107
- [ ] #108
- [x] #99
- [x] #100
- [x] #101
- [x] #102
- [x] #103