From b8bb71d71f81086179e1fe16983144766feba289 Mon Sep 17 00:00:00 2001 From: ChuckMash <86080247+ChuckMash@users.noreply.github.com> Date: Sun, 11 Feb 2024 20:31:27 -0800 Subject: [PATCH] Documentation for 6190 & 6193 (WLED Sync fix and BK72XX support) (#3602) --- components/light/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/light/index.rst b/components/light/index.rst index 5e57c4d4c..c57c9470a 100644 --- a/components/light/index.rst +++ b/components/light/index.rst @@ -1092,10 +1092,14 @@ It is also possible to use LedFx_ to control the lights. Please use the connecti effects: - wled: # port: 21324 + # blank_on_start: True + # sync_group_mask: 0 Configuration variables: - **port** (*Optional*, int): The port to run the UDP server on. Defaults to ``21324``. +- **blank_on_start** (*Optional*, boolean): Whether or not to blank all LEDs when effect starts. Deaults to ``True``. +- **sync_group_mask** (*Optional*, int): Used with WLED Notifier. The Sync Group mask value that specifies which WLED Sync Groups to listen to. Defaults to ``0`` (All Sync Groups). Sync Groups 1, 2, 3, 4, 5, 6, 7, 8 use masks 1, 2, 4, 8, 16, 32, 64, 128. Combine mask values to listen to multiple Sync Groups. .. note::