doc update

This commit is contained in:
Davide Fantino 2022-09-18 01:28:37 +02:00
parent 010237be97
commit d98b87adac

View File

@ -113,11 +113,18 @@ false
``` ```
#### channelID #### channelID
###### Description ###### Description
The ID of the channel to log votes to.. The ID of the channel to log votes to.
###### Default ###### Default
```json ```json
"112233445566778899" "112233445566778899"
``` ```
#### timeFrames
###### Description
Array of timeframes that allows to override options based on local time. See example configuration
###### Default
```json
[]
```
### Example configuration ### Example configuration
```json ```json
{ {
@ -139,6 +146,7 @@ The ID of the channel to log votes to..
"channelID": "112233445566778899", "channelID": "112233445566778899",
"timeFrames": [ "timeFrames": [
{ {
"name": "follow layer rotation list",
"start": "12:00", "start": "12:00",
"end": "18:00", "end": "18:00",
"overrides": { "overrides": {