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