From f125b24462f0ae00f5c70f38b8b3d159040aaf3c Mon Sep 17 00:00:00 2001 From: Robin Clarke Date: Mon, 29 Jul 2019 22:51:29 +0200 Subject: [PATCH] Corrected `-` to decrease speed --- Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands.md b/Commands.md index ef9bdf36..aa54a4d0 100644 --- a/Commands.md +++ b/Commands.md @@ -344,7 +344,7 @@ RGBWWTable `PWM1,PWM2,PWM3,PWM4,PWM5`|`0..255` PWM channel range. `255` is full Rotation|`` = set amount of pixels to rotate (up to `Pixels` value) *(applies only to addressable LEDs)* Scheme | Light effects
`+` = next scheme
`-` = previous scheme
`0` = single color for LED light *(default)*
`1` = start wake up sequence (same as [`Wakeup`](#wakeup))
`2` = cycle up through colors using Speed option
`3` = cycle down through colors using Speed option
`4` = random cycle through colors using Speed and Fade | | **The following schemes are usable only with addressable LEDs, e.g. WS281X, Neopixel**
`5` = clock mode ([example](https://hackaday.io/project/28194-esp-and-ws2812-based-clock))
`6` = candlelight pattern
`7` = RGB pattern
`8` = Christmas pattern
`9` = Hannukah pattern
`10` = Kwanzaa pattern
`11` = rainbow pattern
`12` = fire pattern -Speed|`1..20` = set fade speed from fast `1` to very slow `20`
`+` = increase speed
`+` = decrease speed +Speed|`1..20` = set fade speed from fast `1` to very slow `20`
`+` = increase speed
`-` = decrease speed Wakeup | Start wake up sequence from OFF to stored `Dimmer` value
`0..100` = Start wake up sequence from OFF to provided `Dimmer` value 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)