Skip to content

Commit

Permalink
Merge branch 'LightScriptImprovement' of https://github.com/StartAuto…
Browse files Browse the repository at this point in the history
…mating/LightScript into LightScriptImprovement
  • Loading branch information
James Brundage committed Nov 11, 2022
2 parents dc04805 + 2681c48 commit 04b91f3
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion docs/Set-LaMetricTime.md
Original file line number Diff line number Diff line change
Expand Up @@ -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] <IPAddress[]>] [[-Timer] <TimeSpan>] [<CommonParameters>]
Set-LaMetricTime [[-IPAddress] <IPAddress[]>] [[-Timer] <TimeSpan>] [[-Stopwatch] <String>] [<CommonParameters>]
```
---

0 comments on commit 04b91f3

Please sign in to comment.