diff --git a/Commands/Twinkly/Get-Twinkly.ps1 b/Commands/Twinkly/Get-Twinkly.ps1 index 28113e0..a0c02d6 100644 --- a/Commands/Twinkly/Get-Twinkly.ps1 +++ b/Commands/Twinkly/Get-Twinkly.ps1 @@ -117,6 +117,11 @@ [switch] $MusicDriverSet, + # Gets the current music driver set. + [Parameter(Mandatory,ValueFromPipelineByPropertyName,ParameterSetName='/xled/v1/music/drivers/sets/current')] + [switch] + $CurrentMusicDriverSet, + # If set, will output the network status. [Parameter(Mandatory,ValueFromPipelineByPropertyName,ParameterSetName='/xled/v1/network/status')] [switch]