diff --git a/plugins/nanoleaf/README.md b/plugins/nanoleaf/README.md index e994c030de..69f2ff7569 100644 --- a/plugins/nanoleaf/README.md +++ b/plugins/nanoleaf/README.md @@ -7,10 +7,13 @@ This plugin uses the streaming external control effects functionality of the Aurora OpenAPI. Currently only the [Nanoleaf -Aurora](https://nanoleaf.me/en/consumer-led-lighting/products/ -smarter-series/nanoleaf-light-panels-smarter-kit/) +Aurora](https://nanoleaf.me/en/products/smarter-series/nanoleaf-light-panels-smarter-kit/) is supported. +The Nanoleaf Aurora must be in "ExternalStreaming" mode UDP Enabled via +Nanoleaf API: + +`{"write": { "command": "display", "animType": "extControl" }}` ## Config file: `ola-nanoleaf.conf` @@ -24,5 +27,6 @@ one controller by adding multiple `controller =` lines The port to stream to on the controller, range is 1 - 65535. `-panels = [int]` -The list of panel IDs to control, each panel is mapped to three DMX512 slots -(for Red, Green and Blue). +The list of panel IDs to control, each panel is mapped to three DMX512 +slots (for Red, Green and Blue). +Panel IDs are comma separated eg: `321,789,123`