Skip to content

Commit

Permalink
feat: Get-Twinkly -MusicDriver ( Fixes #132 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Jul 14, 2024
1 parent 73572bd commit e31353e
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 @@ -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]
Expand Down

0 comments on commit e31353e

Please sign in to comment.