forked from WebThingsIO/zwave-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
41 lines (40 loc) · 1.18 KB
/
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
40
41
{
"author": "WebThingsIO & CandleSmartHome.com",
"description": "Connect to Z-wave devices",
"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/createcandle/candle-zwave-adapter",
"id": "candle-zwave-adapter",
"license": "MPL-2.0",
"manifest_version": 1,
"name": "Candle Z-Wave",
"options": {
"default": {
"networkKey": "",
"debug": ""
},
"schema": {
"type": "object",
"properties": {
"networkKey": {
"type": "string",
"description": "Advanced. You can manually set a security key. This should be a 16-byte, comma-separated hex string (0xb4,0xc9,etc...)"
},
"debug": {
"type": "string",
"enum":["","classifier","node","flow","valueID"],
"description": "Advanced. You can get additional debugging information by selecting one of these aspects of the addon."
}
}
}
},
"short_name": "Candle-ZWave",
"version": "0.11.1"
}