This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathexample.config.json
99 lines (99 loc) · 1.97 KB
/
example.config.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
{
"defaultPiIP" : "127.0.0.1",
"defaultSleepTime" : 5,
"keepaliveSleepTime" : 1,
"legacyMode" : 2,
"overrideVersionWarnings" : false,
"colors" : {
"LED" : {
"background" : "#00ffff",
"foreground" : "#cceecc",
"text" : "#000000"
},
"PWMLED" : {
"background" : "#69b5e2",
"foreground" : "#4ae4f4",
"text" : "#000000"
},
"Buzzer" : {
"background" : "#98fb98",
"foreground" : "#cceecc",
"text" : "#000000"
},
"LEDCtrl" : {
"background" : "#ffb473",
"foreground" : "#fffa73",
"text" : "#000000"
},
"PWMLEDCtrl" : {
"background" : "#abe587",
"foreground" : "#cceecc",
"text" : "#000000"
},
"BuzzerCtrl" : {
"background" : "#cacdff",
"foreground" : "#cae8ff",
"text" : "#000000"
},
"Sleep" : {
"background" : "#fedf00",
"foreground" : "#defe00",
"text" : "#000000"
},
"Button" : {
"background" : "#aadf0a",
"foreground" : "#cceecc",
"text" : "#000000"
},
"Function" : {
"background" : "#00cc99",
"foreground" : "#ccffd3",
"text" : "#000000"
},
"DistanceSensor" : {
"background" : "#bccc38",
"foreground" : "#cceecc",
"text" : "#000000"
},
"LightSensor" : {
"background" : "#00cc99",
"foreground" : "#00CC33",
"text" : "#000000"
},
"MotionSensor" : {
"background" : "#a2d0d7",
"foreground" : "#a1d6c3",
"text" : "#000000"
},
"LineSensor" : {
"background" : "#98a20b",
"foreground" : "#4da30b",
"text" : "#000000"
},
"FunctionControl" : {
"background" : "#fedbf8",
"foreground" : "#fedbe7",
"text" : "#000000"
},
"ButtonControl" : {
"background" : "#8da3f3",
"foreground" : "#8dd6f3",
"text" : "#000000"
},
"RGBLED" : {
"background" : "#f7957a",
"foreground" : "#dbf779",
"text" : "#000000"
},
"RGBLEDCtrl" : {
"background" : "#9acd32",
"foreground" : "#dbf779",
"text" : "#000000"
},
"ProgramStart" : {
"background" : "#aaaaaa",
"foreground" : "#aaaaaa",
"text" : "#000000"
}
}
}