Skip to content

Commit

Permalink
Set-LaMetricTime -Stopwatch (Fixes #80)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Nov 11, 2022
1 parent e3cb629 commit 620bee1
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 620bee1

Please sign in to comment.