From 211ca4009cc71af3cafe99dc02e2efade03cba4d Mon Sep 17 00:00:00 2001 From: Robin Clarke Date: Wed, 31 Jul 2019 19:44:24 +0200 Subject: [PATCH] Adjusted the range for Width2, Width3 and Width4 to reflect code changes in https://github.com/arendst/Sonoff-Tasmota/commit/781cf6993359af9dde4f0afb03ab3ed27292017e --- Commands.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Commands.md b/Commands.md index f1d3db38..9d7a7167 100644 --- a/Commands.md +++ b/Commands.md @@ -349,9 +349,9 @@ Wakeup | Start wake up sequence from OFF to stored `Dimmer` value
`0..100` = WakeupDuration|`1..3600` = set wake up duration in seconds White|`1..100` = set white channel brightness in single white channel lights (single W or RGBW lights) Width1|`0..4` = set LED group width *(only in `Scheme 6 - 12`)* -Width2|`1..32` = set width of the seconds clock hand *(only in `Scheme 5`)* -Width3|`1..32` = set width of the minutes clock hand *(only in `Scheme 5`)* -Width4|`1..32` = set width of the hour clock hand *(only in `Scheme 5`)* +Width2|`0..32` = set width of the seconds clock hand *(only in `Scheme 5`)* +Width3|`0..32` = set width of the minutes clock hand *(only in `Scheme 5`)* +Width4|`0..32` = set width of the hour clock hand *(only in `Scheme 5`)* See also | [`SetOption15`](#SetOption15) - Set PWM control
[`SetOption16`](#SetOption16) - Reverse Clock Scheme direction
[`SetOption17`](#SetOption17) - Show [`Color`](#Color) string as hex or decimal
[`SetOption20`](#SetOption20) - Update of Dimmer/Color/CT without turning power on
[`SetOption37`](#SetOption37) - Color remapping for led channels ### [Sonoff RF Bridge](Sonoff-RF-Bridge-433)