diff --git a/Commands/Twinkly/Get-Twinkly.ps1 b/Commands/Twinkly/Get-Twinkly.ps1 index 6c0b6ce..0d513dd 100644 --- a/Commands/Twinkly/Get-Twinkly.ps1 +++ b/Commands/Twinkly/Get-Twinkly.ps1 @@ -101,6 +101,11 @@ [switch] $Summary, + # Gets the available music drivers. + [Parameter(Mandatory,ValueFromPipelineByPropertyName,ParameterSetName='/xled/v1/music/drivers/sets')] + [switch] + $MusicDriver, + # If set, will output the network status. [Parameter(Mandatory,ValueFromPipelineByPropertyName,ParameterSetName='/xled/v1/network/status')] [switch]