Skip to content

Commit 32287d9

Browse files
author
James Brundage
committed
feat: Get-Twinkly -CurrentMusicDriver ( Fixes #133 )
2 parents 1865acb + 72e7a0f commit 32287d9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/Get-Twinkly.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,13 @@ If set, will output the summary.
139139
|----------|--------|--------|---------------------|
140140
|`[Switch]`|true |named |true (ByPropertyName)|
141141

142+
#### **MusicDriver**
143+
Gets the available music drivers.
144+
145+
|Type |Required|Position|PipelineInput |
146+
|----------|--------|--------|---------------------|
147+
|`[Switch]`|true |named |true (ByPropertyName)|
148+
142149
#### **NetworkStatus**
143150
If set, will output the network status.
144151

@@ -217,6 +224,9 @@ Get-Twinkly [-IPAddress <IPAddress[]>] -MQTTConfiguration [<CommonParameters>]
217224
Get-Twinkly [-IPAddress <IPAddress[]>] -Summary [<CommonParameters>]
218225
```
219226
```PowerShell
227+
Get-Twinkly [-IPAddress <IPAddress[]>] -MusicDriver [<CommonParameters>]
228+
```
229+
```PowerShell
220230
Get-Twinkly [-IPAddress <IPAddress[]>] -NetworkStatus [<CommonParameters>]
221231
```
222232
```PowerShell

0 commit comments

Comments
 (0)