-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.json
43 lines (43 loc) · 908 Bytes
/
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
{
"deviceId": 0,
"mqttTopic": "co2monitor",
"mqttUsername": "co2monitor",
"mqttPassword": "co2monitor",
"mqttHost": "127.0.0.1",
"mqttServerPort": 1883,
"mqttUseTls": false,
"mqttInsecure": false,
"altitude": 5,
"co2YellowThreshold": 700,
"co2RedThreshold": 900,
"co2DarkRedThreshold": 1200,
"iaqYellowThreshold": 100,
"iaqRedThreshold": 200,
"iaqDarkRedThreshold": 300,
"brightness": 255,
"ssd1306Rows": 64,
"greenLed": 27,
"yellowLed": 26,
"redLed": 25,
"neopixelData": 0,
"neopixelNumber": 3,
"neopixelMatrixData": 0,
"featherMatrixData": 0,
"featherMatrixClock": 13,
"matrixColumns": 12,
"matrixRows": 5,
"matrixLayout": 0,
"hub75R1": 0,
"hub75G1": 2,
"hub75B1": 4,
"hub75R2": 16,
"hub75G2": 12,
"hub75B2": 17,
"hub75ChA": 5,
"hub75ChB": 18,
"hub75ChC": 19,
"hub75ChD": 14,
"hub75Clk": 27,
"hub75Lat": 26,
"hub75Oe": 25
}