Skip to content

Commit

Permalink
Update Timers.md (#1308)
Browse files Browse the repository at this point in the history
* Update Timers.md

* Update Timers.md

---------

Co-authored-by: blakadder <[email protected]>
  • Loading branch information
stheine and blakadder authored Dec 12, 2023
1 parent ecc8d52 commit 582aae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Timers.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ JSON Name|JSON Value
:---|:---
Enable|`0` = disarm or disable timer<BR>`1` = arm or enable timer
Mode|`0` = use clock time<BR>`1` = Use local sunrise time using `Longitude`, `Latitude` and `Time` offset<BR>`2` = use local sunset time using `Longitude`, `Latitude` and `Time` offset
Time|`hh:mm` = set time in hours `0 .. 23` and minutes `0 .. 59`<BR>`-hh:mm` = set time in offset hours `-11 .. 12` and minutes `0 .. 59` (used with `Mode 1` and `Mode 2`)
Time|*When `Mode 0` is active*<BR>>&ensp;`hh:mm` = set time in hours `0 .. 23` and minutes `0 .. 59`<BR>*When `Mode 1` or `Mode 2` is active*<BR>>&ensp;`+hh:mm` or `-hh:mm` = set offset in hours `0 .. 11` and minutes `0 .. 59` from the time defined by sunrise/sunset.
Window|`0..15` = add or subtract a random number of minutes to `Time`
Days|`SMTWTFS` = set day of weeks mask where `0` or `-` = OFF and any different character = ON
Repeat|`0` = allow timer only once<BR>`1` = repeat timer execution
Expand Down

0 comments on commit 582aae7

Please sign in to comment.