From 0a5c753533891ca0953fe1ba2852ba4f06821ff3 Mon Sep 17 00:00:00 2001
From: Tomaae <23486452+tomaae@users.noreply.github.com>
Date: Sun, 6 Oct 2019 00:48:55 +0200
Subject: [PATCH 1/3] Rename 07-Configure-nanoleaf.md to
09-Configure-nanoleaf.md
---
docs/_docs/{07-Configure-nanoleaf.md => 09-Configure-nanoleaf.md} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename docs/_docs/{07-Configure-nanoleaf.md => 09-Configure-nanoleaf.md} (100%)
diff --git a/docs/_docs/07-Configure-nanoleaf.md b/docs/_docs/09-Configure-nanoleaf.md
similarity index 100%
rename from docs/_docs/07-Configure-nanoleaf.md
rename to docs/_docs/09-Configure-nanoleaf.md
From 029cb36476b73a50bde6d7cb60e09c1cb0a2235d Mon Sep 17 00:00:00 2001
From: Tomaae <23486452+tomaae@users.noreply.github.com>
Date: Sun, 6 Oct 2019 00:55:51 +0200
Subject: [PATCH 2/3] Create 07-Customize-bits.md
---
docs/_docs/07-Customize-bits.md | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
create mode 100644 docs/_docs/07-Customize-bits.md
diff --git a/docs/_docs/07-Customize-bits.md b/docs/_docs/07-Customize-bits.md
new file mode 100644
index 0000000..79480f4
--- /dev/null
+++ b/docs/_docs/07-Customize-bits.md
@@ -0,0 +1,33 @@
+---
+name: Customize-bits
+anchor: customize-bits
+toc:
+ - name: Create special notifications for bit ranges
+ anchor: create-special-notifications-for-bit-ranges
+---
+This section explains how to further customize notification for bits.
+
+### Create special notifications for bit ranges
+You can define separate notification for specific amount or range of bits.
+
+*Example:*
+```
+ "CustomBits": [
+ {
+ "Name": "bits100",
+ "From": 100,
+ "To": 999
+ },
+ {
+ "Name": "bits1000",
+ "From": 1000,
+ "To": 1000
+ }
+ ]
+```
+**List of parameters**
+* Name Name used for custom messages and pose mapping (Not shown on stream)
+* From Minimum amount of bits
+* To Maximum amount of bits
+
+
Note: You do not have to create a custom message for CustomBits range. In that case, default bit message will be used.
From 2ad87050076ce376c1a443b97c78d0ba633dc98d Mon Sep 17 00:00:00 2001
From: Tomaae <23486452+tomaae@users.noreply.github.com>
Date: Sun, 6 Oct 2019 00:57:28 +0200
Subject: [PATCH 3/3] Update and rename 07-Customize-bits.md to
07-Customize-bit-notifications.md
---
...07-Customize-bits.md => 07-Customize-bit-notifications.md} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename docs/_docs/{07-Customize-bits.md => 07-Customize-bit-notifications.md} (93%)
diff --git a/docs/_docs/07-Customize-bits.md b/docs/_docs/07-Customize-bit-notifications.md
similarity index 93%
rename from docs/_docs/07-Customize-bits.md
rename to docs/_docs/07-Customize-bit-notifications.md
index 79480f4..b3c83fa 100644
--- a/docs/_docs/07-Customize-bits.md
+++ b/docs/_docs/07-Customize-bit-notifications.md
@@ -1,6 +1,6 @@
---
-name: Customize-bits
-anchor: customize-bits
+name: Customize bit notifications
+anchor: customize-bit-notifications
toc:
- name: Create special notifications for bit ranges
anchor: create-special-notifications-for-bit-ranges