forked from leezhmwty/dslink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dslink.json
62 lines (61 loc) · 1.12 KB
/
dslink.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
{
"update": {
"backupForUpdate": true,
"delete": [
"lib",
"bin"
]
},
"name": "dslink-jt808",
"version": "0.0.1",
"description": "An dslink to receive data by 808 protocal",
"license": "Apache",
"author": {
"name": "lizhm",
"email": "1529352488@qq.com"
},
"main": "bin/jt808",
"repository": {
"type": "git",
"url": "https://gitee.com/Jeadren/hj-dslink"
},
"bugs": {
"url": "https://gitee.com/Jeadren/hj-dslink/issues"
},
"configs": {
"name": {
"type": "string",
"default": "JT808"
},
"broker": {
"type": "url"
},
"token": {
"type": "string"
},
"nodes": {
"type": "path",
"default": "nodes.json"
},
"key": {
"type": "path",
"default": ".key"
},
"log": {
"type": "enum",
"default": "info"
},
"handler_class": {
"type": "string",
"default": "cn.lizhm.jt808.iot.dslink.Jt808DsLink"
},
"valuePersistenceEnabled": {
"type": "bool",
"value": true
},
"qosPersistenceEnabled": {
"type": "bool",
"value": false
}
}
}