-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
executable file
·57 lines (57 loc) · 1.17 KB
/
Copy pathconfig.json
File metadata and controls
executable file
·57 lines (57 loc) · 1.17 KB
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
{
"pid": "9ba2vd7jriwkv0qr",
"uuid": "tuyab01858d5e6495b4a",
"authkey": "dqFRDVgnrOtV2zghkA1JhXur3hWE08zv",
"storage_path": "./",
"sw_ver": "1.0.0",
"log_level": 4,
"user": [
{
"tp": 10,
"sw_ver": "1.0.0"
}
],
"uart":[
{
"proto":"modbus",
"dev_nmae":"/dev/ttyUSB1",
"baud":9600,
"parity":"none",
"data_bits":8,
"stop_bits":1,
"channel":1
}
],
"slaves":[
{
"channel":1,
"slave":11,
"interval":1,
"pid":"test"
},
{
"channel":1,
"slave":1,
"interval":10,
"pid":"ymig1ngqabhkuvxj"
},
{
"channel":1,
"slave":3,
"interval":12,
"pid":"xad1xwle4mhm2nzs"
},
{
"channel":1,
"slave":4,
"interval":2,
"pid":"auyi2lebgaqcjxan"
},
{
"channel":1,
"slave":2,
"interval":2,
"pid":"thxdfws90hlg66tz"
}
]
}