-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/tomaae/WooferBot
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: Customize bit notifications | ||
anchor: customize-bit-notifications | ||
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** | ||
* <span class="icon settings">Name</span> Name used for custom messages and pose mapping (Not shown on stream) | ||
* <span class="icon settings">From</span> Minimum amount of bits | ||
* <span class="icon settings">To</span> Maximum amount of bits | ||
|
||
<br><span class="icon idea">Note: You do not have to create a custom message for CustomBits range. In that case, default bit message will be used.</span> |
File renamed without changes.