From 34fb07305e70159d4268105d55667b90621d756b Mon Sep 17 00:00:00 2001 From: Raoul Teeuwen Date: Sun, 27 Oct 2019 14:59:06 +0100 Subject: [PATCH] Added "0=off" to doc trying to fix what is reported in https://github.com/Aircoookie/WLED/issues/293#issuecomment-546688085 --- Settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Settings.md b/Settings.md index 8004f57..5cc1807 100644 --- a/Settings.md +++ b/Settings.md @@ -50,7 +50,7 @@ Transition time | 0..65535 | How many milliseconds the transition lasts Enable transition for secondary color | Y/N | Enable Palette transitions | Y/N | Enable transitions for palettes (not affected by transition time) Timed light duration | 1..255 | How long the nightlight should stay on -Target brightness | 0..255 | What brightness the light should have after time is over +Target brightness | 0..255 | What brightness the light should have after time is over. 0=off. Fade down | Y/N | Gradually fades down the light over the duration instead of turning it off at the end Reverse LED order | Y/N | Mirrors the LEDs (last LED is first) Skip first LED | Y/N | Will turn off the first LED and shift the remaining by 1 (1st LED used as a signal repeater)