ScriptDeck

0.4.1

PowerShell Tools for Elgato StreamDeck

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name ScriptDeck -RequiredVersion 0.4.1

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name ScriptDeck -Version 0.4.1

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

2021 Start-Automating

Package Details

Author(s)

  • James Brundage

Dependencies

This module has no dependencies.

Release Notes

0.4.1
---
Bugfixes:
* Add-StreamDeckAction -ProfileName now works. (#10)
* Fixing rows/column when adding actions to a profile (#11)

Initial ScriptDeck GitHub action support (#12)

0.4
---
## New Commands:
* Add-StreamDeckProfile (enables adding commands to existing profiles)
* Add-StreamDeckAction (adds actions to a plugin (related to #8))
* Clear-StreamDeckProfile (enables clearing of rows, columns, or UUIDs in existing profiles)
* Export-StreamDeckPlugin ( publishes plugin using deploymentTool)
* Remove-StreamDeckAction (remove actions from a plugin (related to #8))
* Send-StreamDeck ( send WebSocket messages to a StreamDeck (re: #8))
* Receive-StreamDeck ( receive WebSocket messages from a StreamDeck (re: #8))

### Updated Commands:
* New-StreamDeckAction: Adding -ChildProfile, -NextPage, -PreviousPage, -BackToParent (re: #7)
* New-StreamDeckProfile:  Adding -IsChildProfile, -IsNextPage, -ProfileRoot (re: #7)
* Save-StreamDeckProfile: No longer automatically restarting after a save.
* Stop-StreamDeck: Fixing bug when -PassThru was not passed.

FileList

Version History

Version Downloads Last updated
0.4.6 134 11/30/2022
0.4.5 26 10/28/2022
0.4.4 13 10/18/2022
0.4.3 10 10/18/2022
0.4.2 13 10/4/2022
0.4.1 (current version) 77 1/30/2022
0.4 63 11/2/2021
0.3 33 9/25/2021
0.2 56 7/22/2021
0.1 28 3/31/2021
Show less