Documentation for 6190 & 6193 (WLED Sync fix and BK72XX support) (#3602)

This commit is contained in:
ChuckMash 2024-02-11 20:31:27 -08:00 committed by GitHub
parent e4308e4e92
commit b8bb71d71f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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::