From 72e7a0fb9498e68ca868178cdac63b72c2f4313a Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Sun, 14 Jul 2024 21:20:11 +0000 Subject: [PATCH] feat: Get-Twinkly -MusicDriver ( Fixes #132 ) --- docs/Get-Twinkly.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/Get-Twinkly.md b/docs/Get-Twinkly.md index 04b8ee4..6950132 100644 --- a/docs/Get-Twinkly.md +++ b/docs/Get-Twinkly.md @@ -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. @@ -217,6 +224,9 @@ Get-Twinkly [-IPAddress ] -MQTTConfiguration [] Get-Twinkly [-IPAddress ] -Summary [] ``` ```PowerShell +Get-Twinkly [-IPAddress ] -MusicDriver [] +``` +```PowerShell Get-Twinkly [-IPAddress ] -NetworkStatus [] ``` ```PowerShell