-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yml
More file actions
44 lines (44 loc) · 889 Bytes
/
config.yml
File metadata and controls
44 lines (44 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# InTime
# Timebased plugin disabling
# by HomerBond005
#
# HowTo configure this: (example)
# plugins:
# (yourplugin):
# type: enable/disable
# times:
# - (starttime)-(endtime)
# - (anotherStartTime)-(anotherEndTime)
# samplePlugin:
# type: enable
# times:
# - 9:00-15:30
#
# ---enable/disable---:
# only one these is possible!
# enable -> plugin is disabled and will be enabled between the times
# disable -> plugin is enabled and will be disabled between the times
plugins:
samplePlugin:
type: disable
times:
- '9:00-15:30'
anotherPlugin:
type: enable
times:
- '9:30-14:00'
- '23:50-13:00'
commands:
a:
command: say
arguments: A new day starts....
times:
- '00:00'
b:
command: say
arguments: Good night!
times:
- '23:00'
- '23:30'
- '23:45'
updateReminderEnabled: true