Skip to content

Commit

Permalink
feat: Get-Twinkly -CurrentMusicDriverSet ( Fixes #135 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Jul 14, 2024
1 parent 80970f2 commit 545f85a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Commands/Twinkly/Get-Twinkly.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 545f85a

Please sign in to comment.