From ffcf81297f2705887564f734f389c64be6319f9f Mon Sep 17 00:00:00 2001 From: blakadder Date: Thu, 16 May 2019 09:53:46 +0200 Subject: [PATCH] added use case of more than one strip connected --- Lights.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lights.md b/Lights.md index f4526072..4f5b9ccf 100644 --- a/Lights.md +++ b/Lights.md @@ -15,6 +15,8 @@ By default the PWM channels are mapped accordingly depending on the number of us |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 using the web UI due to the above mapping. Use [`Channel`](commands#channel) to dim each PWM channel individually. + Some lights use different controllers instead of PWM (f.e. SM16716 or MY92x1). In that case channel mapping is dependent on the controller. It can be remapped using [`SetOption37`](Commands#setoption37). For addressable LED's refer to [WS281XB article](Wemos-D1-Mini-and-WS2812B---WS2813B-Ledstrip). \ No newline at end of file