Skip to content
12 changes: 8 additions & 4 deletions plugins/nanoleaf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -24,5 +27,6 @@ one controller by adding multiple `controller =` lines
The port to stream to on the controller, range is 1 - 65535.

`<controller IP>-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`

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've just noticed off the back of #1730 these example values are invalid for the v1 protocol. We'd want say (to show order is irrelevant):

Suggested change
Panel IDs are comma separated eg: `321,789,123`
Panel IDs are comma separated eg: `132,178,54`