From 6b93b6960c0ea09a91f239e053b46ef404ff3bc3 Mon Sep 17 00:00:00 2001 From: blakadder Date: Thu, 16 May 2019 09:58:28 +0200 Subject: [PATCH] Updated Lights (markdown) --- Lights.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Lights.md b/Lights.md index 35fa2611..e19045c7 100644 --- a/Lights.md +++ b/Lights.md @@ -7,13 +7,13 @@ Refer to [**light commands**](Commands#light) for all possibilities to control y ### Channel mapping By default the PWM channels are mapped accordingly depending on the number of used channels: -|Channels|PWM1|PWM2|PWM3|PWM4|PWM5|Light Type| -|---|---|---|---|---|---|---| -|1|Brightness|||||White only| -|2|Cold White|Warm White||||CWWW or CT| -|3|Red|Green|Blue|||RGB| -|4|Red|Green|Blue|White||RGBW| -|5|Red|Green|Blue|Cold White|Warm White|RGBCCT or RGBWW| +|Channels|PWM1|PWM2|PWM3|PWM4|PWM5| +|---|---|---|---|---|---| +|1|Brightness||||| +|2|Cold White|Warm White|||| +|3|Red|Green|Blue||| +|4|Red|Green|Blue|White|| +|5|Red|Green|Blue|Cold White|Warm White| When connecting more than one light strip to PWMs, you cannot control them separately in the WebUI due to the above mapping. Use [`Channel`](commands#channel) to dim each PWM channel individually.