From 620bee198a7d9b10d519d2c9143675a072ebf543 Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Fri, 11 Nov 2022 03:41:07 +0000 Subject: [PATCH 1/4] Set-LaMetricTime -Stopwatch (Fixes #80) --- docs/Set-LaMetricTime.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/docs/Set-LaMetricTime.md b/docs/Set-LaMetricTime.md index a029003..e1e119b 100644 --- a/docs/Set-LaMetricTime.md +++ b/docs/Set-LaMetricTime.md @@ -58,9 +58,34 @@ Sets a Timer on the LaMetric device, using the built-in Countdown app. +--- +#### **Stopwatch** + +If provided, will switch the LaMetric Time into Stopwatch mode, and Stop, Reset, or Start the StopWatch + + + +Valid Values: + +* Stop +* Start +* Reset + + + +> **Type**: ```[String]``` + +> **Required**: false + +> **Position**: 3 + +> **PipelineInput**:true (ByPropertyName) + + + --- ### Syntax ```PowerShell -Set-LaMetricTime [[-IPAddress] ] [[-Timer] ] [] +Set-LaMetricTime [[-IPAddress] ] [[-Timer] ] [[-Stopwatch] ] [] ``` --- From 4ce3b99bcd1ed0d8c3f3be29b61f50103dca298e Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Fri, 11 Nov 2022 03:41:08 +0000 Subject: [PATCH 2/4] Set-LaMetricTime -Stopwatch (Fixes #80) --- docs/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index b22b31b..0327b14 100644 --- a/docs/README.md +++ b/docs/README.md @@ -297,5 +297,3 @@ Set-KeyLight -ColorTemperature 270 -Brightness 0.25 Set-KeyLight -On -Brightness 0.25 ~~~ - - From 0fb8f5a0345f51e3770cb63084bfd2d45ef018cc Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Fri, 11 Nov 2022 03:41:08 +0000 Subject: [PATCH 3/4] Set-LaMetricTime -Stopwatch (Fixes #80) --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index 0327b14..a59c242 100644 --- a/docs/README.md +++ b/docs/README.md @@ -297,3 +297,4 @@ Set-KeyLight -ColorTemperature 270 -Brightness 0.25 Set-KeyLight -On -Brightness 0.25 ~~~ + From 2681c484927e4b24ea9a5f0faba99c089b7b4ef5 Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Fri, 11 Nov 2022 03:41:08 +0000 Subject: [PATCH 4/4] Set-LaMetricTime -Stopwatch (Fixes #80) --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index a59c242..b22b31b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -298,3 +298,4 @@ Set-KeyLight -On -Brightness 0.25 ~~~ +