From a289764b258d93d38a5ec7893d855867e3cb7548 Mon Sep 17 00:00:00 2001 From: Zach <33698935+miniman13@users.noreply.github.com> Date: Wed, 22 Jan 2020 16:55:36 -0700 Subject: [PATCH 1/4] Updated Readme with better directions Updated Readme with better directions on how to use nanoleaf plugin, enabling udp mode and api to do so --- plugins/nanoleaf/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/nanoleaf/README.md b/plugins/nanoleaf/README.md index e994c030de..559523bcbb 100644 --- a/plugins/nanoleaf/README.md +++ b/plugins/nanoleaf/README.md @@ -7,10 +7,10 @@ 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/consumer-led-lighting/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 +24,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 seperated ie: `321,789,123` From 5565388bbe8e335034245b6f9813c9fdef611f2c Mon Sep 17 00:00:00 2001 From: Zach <33698935+miniman13@users.noreply.github.com> Date: Mon, 3 Feb 2020 10:27:51 -0800 Subject: [PATCH 2/4] Fixed spelling errors, etc Fixed Changes requested here: https://github.com/OpenLightingProject/ola/pull/1609/files --- plugins/nanoleaf/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/nanoleaf/README.md b/plugins/nanoleaf/README.md index 559523bcbb..a7ecbfc378 100644 --- a/plugins/nanoleaf/README.md +++ b/plugins/nanoleaf/README.md @@ -7,10 +7,11 @@ 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" }}` +The Nanoleaf Aurora must be in "ExternalStreaming" mode UDP Enabled via Nanoleaf API: +`{"write": { "command": "display", "animType": "extControl" }}` ## Config file: `ola-nanoleaf.conf` @@ -26,4 +27,4 @@ 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). -Panel IDs are comma seperated ie: `321,789,123` +Panel IDs are comma separated eg: `321,789,123` From 72a645957bec7196634ca87255cfa23f70de0b4b Mon Sep 17 00:00:00 2001 From: Zach <33698935+miniman13@users.noreply.github.com> Date: Mon, 3 Feb 2020 10:30:03 -0800 Subject: [PATCH 3/4] Fixed Spacing --- plugins/nanoleaf/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/nanoleaf/README.md b/plugins/nanoleaf/README.md index a7ecbfc378..381b31a374 100644 --- a/plugins/nanoleaf/README.md +++ b/plugins/nanoleaf/README.md @@ -11,6 +11,7 @@ Aurora](https://nanoleaf.me/en/products/smarter-series/nanoleaf-light-panels-sma 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` From 3b3b0760136431bdb3374dd02a873d974e8e4f4a Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Mon, 17 Feb 2020 21:14:37 +0000 Subject: [PATCH 4/4] Fix some line wrap issues --- plugins/nanoleaf/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/nanoleaf/README.md b/plugins/nanoleaf/README.md index 381b31a374..69f2ff7569 100644 --- a/plugins/nanoleaf/README.md +++ b/plugins/nanoleaf/README.md @@ -10,7 +10,8 @@ Currently only the [Nanoleaf 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: +The Nanoleaf Aurora must be in "ExternalStreaming" mode UDP Enabled via +Nanoleaf API: `{"write": { "command": "display", "animType": "extControl" }}` @@ -26,6 +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`