Skip to content

Commit

Permalink
feat: Get-Twinkly -CurrentMusicDriver ( Fixes #133 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Jul 14, 2024
2 parents 1865acb + 72e7a0f commit 32287d9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/Get-Twinkly.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ If set, will output the summary.
|----------|--------|--------|---------------------|
|`[Switch]`|true |named |true (ByPropertyName)|

#### **MusicDriver**
Gets the available music drivers.

|Type |Required|Position|PipelineInput |
|----------|--------|--------|---------------------|
|`[Switch]`|true |named |true (ByPropertyName)|

#### **NetworkStatus**
If set, will output the network status.

Expand Down Expand Up @@ -217,6 +224,9 @@ Get-Twinkly [-IPAddress <IPAddress[]>] -MQTTConfiguration [<CommonParameters>]
Get-Twinkly [-IPAddress <IPAddress[]>] -Summary [<CommonParameters>]
```
```PowerShell
Get-Twinkly [-IPAddress <IPAddress[]>] -MusicDriver [<CommonParameters>]
```
```PowerShell
Get-Twinkly [-IPAddress <IPAddress[]>] -NetworkStatus [<CommonParameters>]
```
```PowerShell
Expand Down

0 comments on commit 32287d9

Please sign in to comment.