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
StartAutomating authored and StartAutomating committed Jul 14, 2024
1 parent 32287d9 commit 3950bdc
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 @@ -146,6 +146,13 @@ Gets the available music drivers.
|----------|--------|--------|---------------------|
|`[Switch]`|true |named |true (ByPropertyName)|

#### **CurrentMusicDriver**
Gets the current music driver.

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

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

Expand Down Expand Up @@ -227,6 +234,9 @@ Get-Twinkly [-IPAddress <IPAddress[]>] -Summary [<CommonParameters>]
Get-Twinkly [-IPAddress <IPAddress[]>] -MusicDriver [<CommonParameters>]
```
```PowerShell
Get-Twinkly [-IPAddress <IPAddress[]>] -CurrentMusicDriver [<CommonParameters>]
```
```PowerShell
Get-Twinkly [-IPAddress <IPAddress[]>] -NetworkStatus [<CommonParameters>]
```
```PowerShell
Expand Down

0 comments on commit 3950bdc

Please sign in to comment.