Skip to content

Commit ecb0d5c

Browse files
author
James Brundage
committed
feat: Get-Twinkly -MusicDriverSet(s) ( Fixes #134 )
1 parent 3950bdc commit ecb0d5c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Commands/Twinkly/Get-Twinkly.ps1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@
111111
[switch]
112112
$CurrentMusicDriver,
113113

114+
# Gets the available music driver sets.
115+
[Parameter(Mandatory,ValueFromPipelineByPropertyName,ParameterSetName='/xled/v1/music/drivers/sets')]
116+
[Alias('MusicDriverSets')]
117+
[switch]
118+
$MusicDriverSet,
119+
114120
# If set, will output the network status.
115121
[Parameter(Mandatory,ValueFromPipelineByPropertyName,ParameterSetName='/xled/v1/network/status')]
116122
[switch]

0 commit comments

Comments
 (0)