ScriptDeck
0.4.1
PowerShell Tools for Elgato StreamDeck
Installation Options
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
- ScriptDeck.nuspec
- Remove-StreamDeckProfile.ps1
- New-StreamDeckPlugin.ps1
- Remove-StreamDeckAction.ps1
- WindowsPowerShell.StreamDeckPluginTemplate.ps1
- Receive-StreamDeck.ps1
- Start-StreamDeck.ps1
- ScriptDeck.ezout.ps1
- Clear-StreamDeckProfile.ps1
- Get-StreamDeckPlugin.ps1
- ScriptDeck.tests.ps1
- Get-StreamDeckAction.ps1
- Export-StreamDeckProfile.ps1
- Update-StreamDeckPlugin.ps1
- Formatting\StreamDeck.Plugin.format.ps1
- ScriptDeck.psd1
- Formatting\StreamDeck.Action.format.ps1
- New-StreamDeckProfile.ps1
- Formatting\StreamDeck.Profile.format.ps1
- Formatting\StreamDeck.ProfileAction.format.ps1
- Add-StreamDeckAction.ps1
- Formatting\StreamDeck.PluginAction.format.ps1
- ScriptDeck.psm1
- en-us\about_ScriptDeck.help.txt
- ScriptDeck.format.ps1xml
- Types\StreamDeck.Profile\RemoveAction.ps1
- Restart-StreamDeck.ps1
- Types\StreamDeck.Profile\Save.ps1
- Save-StreamDeckProfile.ps1
- Types\StreamDeck.Profile\get_Parent.ps1
- README.md
- Types\StreamDeck.Profile\get_ProfilePath.ps1
- Get-StreamDeckProfile.ps1
- Types\StreamDeck.Profile\get_DeviceSize.ps1
- ScriptDeck.ADOPipeline.PSDevOps.ps1
- Types\StreamDeck.Profile\AddAction.ps1
- ScriptDeck.azure-pipeline.yml
- Types\StreamDeck.Profile\get_ColumnCount.ps1
- ScriptDeck.types.ps1xml
- Types\StreamDeck.Profile\get_HasChildren.ps1
- Import-StreamDeckProfile.ps1
- Types\StreamDeck.Profile\get_DeviceName.ps1
- Export-StreamDeckPlugin.ps1
- Types\StreamDeck.Profile\get_RowCount.ps1
- New-StreamDeckAction.ps1
- Types\StreamDeck.Profile\get_Children.ps1
- action.yml
- Types\StreamDeck.Profile\get_IsChild.ps1
- Stop-StreamDeck.ps1
- Types\StreamDeck.Profile\get_HasPages.ps1
- Install-StreamDeckPlugin.ps1
- Types\StreamDeck.Profile\get_NextPage.ps1
- Add-StreamDeckProfile.ps1
- Types\StreamDeck.Profile\get_PageNumber.ps1
- Send-StreamDeck.ps1