From 73572bdfc0c4ad5f201759b34ec138e8797d6d02 Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Sun, 14 Jul 2024 20:27:08 +0000 Subject: [PATCH] feat: Set-Twinkly -Off ( Fixes #131 ) --- docs/Set-Twinkly.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/Set-Twinkly.md b/docs/Set-Twinkly.md index 722b136..9bc6609 100644 --- a/docs/Set-Twinkly.md +++ b/docs/Set-Twinkly.md @@ -115,6 +115,13 @@ Valid Values: |----------|--------|--------|---------------------| |`[String]`|false |9 |true (ByPropertyName)| +#### **Off** +If set, will turn off the lights. + +|Type |Required|Position|PipelineInput | +|----------|--------|--------|---------------------| +|`[Switch]`|false |named |true (ByPropertyName)| + #### **DeviceName** If provided, will set the device name. @@ -183,5 +190,5 @@ The size of each block within a movie. By default, 3. ### Syntax ```PowerShell -Set-Twinkly [[-IPAddress] ] [[-Hue] ] [[-Saturation] ] [[-Brightness] ] [[-Red] ] [[-Green] ] [[-Blue] ] [[-RGBColor] ] [[-Mode] ] [[-DeviceName] ] [-RestartPlaylist] [[-MovieName] ] [[-MovieFramerate] ] [[-MovieLEDCount] ] [[-MovieFrameCount] ] [[-MovieData] ] [[-MovieBlockSize] ] [] +Set-Twinkly [[-IPAddress] ] [[-Hue] ] [[-Saturation] ] [[-Brightness] ] [[-Red] ] [[-Green] ] [[-Blue] ] [[-RGBColor] ] [[-Mode] ] [-Off] [[-DeviceName] ] [-RestartPlaylist] [[-MovieName] ] [[-MovieFramerate] ] [[-MovieLEDCount] ] [[-MovieFrameCount] ] [[-MovieData] ] [[-MovieBlockSize] ] [] ```