-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathmanifest.json
39 lines (39 loc) · 940 Bytes
/
manifest.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
{
"author": "WebThingsIO",
"description": "Z-Wave adapter plugin for WebThings Gateway",
"gateway_specific_settings": {
"webthings": {
"exec": "{path}/zwave-loader.sh {nodeLoader} {path}",
"primary_type": "adapter",
"strict_max_version": "*",
"strict_min_version": "0.10.0",
"enabled": true
}
},
"homepage_url": "https://github.com/WebThingsIO/zwave-adapter",
"id": "zwave-adapter",
"license": "MPL-2.0",
"manifest_version": 1,
"name": "Z-Wave",
"options": {
"default": {
"networkKey": "",
"debug": ""
},
"schema": {
"type": "object",
"properties": {
"networkKey": {
"type": "string",
"description": "16-byte, comma-separated hex string (0xb4,0xc9,etc...)"
},
"debug": {
"type": "string",
"default": ""
}
}
}
},
"short_name": "Z-Wave",
"version": "0.11.0"
}