Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions source/_components/light.flux_led.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@ Will add a light with rgb+white mode (default). White and RGB channels can be ad
mode: "rgbw"
```

Will add a light with white mode only. This is useful when only W channel is connected to an RGBW controller and allows the white level to be controlled via brightness value.

```yaml
192.168.1.10:
name: NAME
mode: "w"
```

Some devices such as the Ledenet RGBW controller use a slightly different protocol for communicating the brightness to each color channel. If your device is only turning on or off but not changing color or brightness try adding the LEDENET protocol.

```yaml
Expand Down