Skip to content

Commit

Permalink
Set-LaMetricTime: Adding -Clock (Fixes #82)
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Nov 11, 2022
1 parent 166547d commit 079b4d4
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion docs/Set-LaMetricTime.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,23 @@ If no IP Addresses are provided, the change will apply to all devices.


---
#### **Clock**

If set, will switch the LaMetric Time into clock mode.



> **Type**: ```[Switch]```
> **Required**: false
> **Position**: named
> **PipelineInput**:true (ByPropertyName)


---
#### **Timer**

Expand Down Expand Up @@ -104,6 +121,6 @@ If set, will switch the LaMetric Time into weather forecast mode.
---
### Syntax
```PowerShell
Set-LaMetricTime [[-IPAddress] <IPAddress[]>] [[-Timer] <TimeSpan>] [[-Stopwatch] <String>] [-Weather] [<CommonParameters>]
Set-LaMetricTime [[-IPAddress] <IPAddress[]>] [-Clock] [[-Timer] <TimeSpan>] [[-Stopwatch] <String>] [-Weather] [<CommonParameters>]
```
---

0 comments on commit 079b4d4

Please sign in to comment.