-
Notifications
You must be signed in to change notification settings - Fork 0
/
btnet.json
45 lines (45 loc) · 1.04 KB
/
btnet.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
{
"settings": {
"carbon": "192.168.222.2:2003",
"mode": "FEED",
"period": 30
},
"devices": [
{
"name": "bt-temp1",
"address": "AB:6C:09:00:00:00",
"mode": "READ",
"period": 60,
"errorWait": 10,
"timeout": 10,
"sleep": true
},
{
"name": "bt-temp3",
"address": "A2:2A:1B:07:10:79",
"mode": "READ",
"period": 60,
"errorWait": 1,
"timeout": 10,
"warmUp": 5,
"sleep": true
},
{
"name": "bt-temp4",
"address": "EB:0D:21:09:51:15",
"mode": "READ",
"period": 60,
"errorWait": 1,
"timeout": 10,
"warmUp": 5,
"sleep": true
},
{
"name": "bt-temp5",
"address": "DF:0E:CF:A7:90:FD",
"mode": "FEED",
"period": 20,
"sleep": false
}
]
}