diff --git a/docs/Timers.md b/docs/Timers.md
index 4725e1abc4..2ac83b00b5 100644
--- a/docs/Timers.md
+++ b/docs/Timers.md
@@ -31,7 +31,7 @@ JSON Name|JSON Value
:---|:---
Enable|`0` = disarm or disable timer
`1` = arm or enable timer
Mode|`0` = use clock time
`1` = Use local sunrise time using `Longitude`, `Latitude` and `Time` offset
`2` = use local sunset time using `Longitude`, `Latitude` and `Time` offset
-Time|`hh:mm` = set time in hours `0 .. 23` and minutes `0 .. 59`
`-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*
> `hh:mm` = set time in hours `0 .. 23` and minutes `0 .. 59`
*When `Mode 1` or `Mode 2` is active*
> `+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
`1` = repeat timer execution