-
Notifications
You must be signed in to change notification settings - Fork 4
/
dslink.json
46 lines (46 loc) · 949 Bytes
/
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
{
"name": "dslink-java-bacnet2",
"version": "2.6.0",
"description": "A dslink for bacnet",
"license": "GNU GPL",
"main": "bin/dslink-java-bacnet2",
"author": {
"name": "Daniel Shapiro",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/IOT-DSA/dslink-java-bacnet2"
},
"bugs": {
"url": "https://github.com/IOT-DSA/dslink-java-bacnet2/issues"
},
"configs": {
"name": {
"type": "string",
"default": "BACnet"
},
"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": "bacnet.Main"
}
}
}