-
Notifications
You must be signed in to change notification settings - Fork 24
/
blink1control2-config-example.json
130 lines (130 loc) · 2.86 KB
/
blink1control2-config-example.json
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"startup": {
"startAtLogin": false,
"startupPattern": "~pattern:1,#00f300,0.5,0,#000000,0.5,0",
"startMinimized": false
},
"blink1Service": {
"deviceRescan": false,
"enableGamma": true,
"blink1ToUse": 0
},
"patterns": [
{
"name": "pattern 2",
"id": "pattern2",
"pattern": "3,#55ff00,0.2,0,#000000,0.2,0,#facc2e,0.5,0"
},
{
"name": "pattern 1",
"id": "pattern1",
"pattern": "3,#55ff00,0.2,0,#2efe2e,0.2,0,#f7d358,0.2,0,#000000,0.5,0"
},
{
"name": "new pattern boop boop",
"id": "newpattern0",
"pattern": "3,#fa58ac,0.5,0,#190710,0.5,0"
}
],
"bigButtons": [
{
"name": "Available",
"type": "color",
"color": "#00FF00"
},
{
"name": "Busy",
"type": "color",
"color": "#FF0000"
},
{
"name": "Away",
"type": "color",
"color": "#FFFF00"
},
{
"name": "Meeting",
"type": "color",
"color": "#0000FF"
}
],
"hostId": "BD9714A6",
"apiServer": {
"port": 8934,
"host": "localhost",
"enabled": false
},
"eventServices": {
"iftttService": {
"service": "iftttService",
"type": "ifttt",
"enabled": true,
"intervalSecs": 10
},
"mailService": {
"service": "mailService",
"type": "mail",
"enabled": true
},
"scriptService": {
"service": "scriptService",
"type": "script",
"enabled": true
},
"skypeService": {
"service": "skypeService",
"type": "skype",
"enabled": false
}
},
"eventRules": [
{
"enabled": true,
"type": "mail",
"name": "todtest@afklab.com",
"patternId": "pattern2",
"mailtype": "IMAP",
"host": "mail.afklab.com",
"port": 993,
"username": "todtest@afklab.com",
"password": "42a11df06616f12a98fb692f61c1077c130d60dbb5517481ee2cac79c4640998",
"useSSL": true,
"actionType": "play-pattern",
"triggerType": "subject",
"triggerVal": "bob",
"triggerOff": false,
"errormsg": ""
},
{
"enabled": false,
"type": "mail",
"name": "todbottest@gmail.com",
"patternId": "pattern1",
"mailtype": "IMAP",
"host": "imap.gmail.com",
"port": 993,
"username": "todbottest@gmail.com",
"password": "a2d309863f7085b3c5a352849e7c8836889c6fd9da124bc8fdc2323347aee2e0",
"useSSL": true,
"actionType": "play-pattern",
"triggerType": "subject",
"triggerVal": "boop",
"triggerOff": true,
"errormsg": ""
},
{
"type": "ifttt",
"enabled": true,
"name": "red demo",
"actionType": "play-pattern",
"patternId": "blueflash"
},
{
"type": "ifttt",
"enabled": true,
"name": "green demo",
"actionType": "play-pattern",
"patternId": "newpattern0"
}
]
}