-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmanifest.json
More file actions
36 lines (36 loc) · 843 Bytes
/
manifest.json
File metadata and controls
36 lines (36 loc) · 843 Bytes
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
{
"author": "WebThingsIO",
"description": "HomeKit device adapter.",
"gateway_specific_settings": {
"webthings": {
"exec": "{nodeLoader} {path}",
"primary_type": "adapter",
"strict_max_version": "*",
"strict_min_version": "0.10.0"
}
},
"homepage_url": "https://github.com/WebThingsIO/homekit-adapter",
"id": "homekit-adapter",
"license": "MPL-2.0",
"manifest_version": 1,
"name": "HomeKit",
"options": {
"default": {
"enableBluetooth": true
},
"schema": {
"type": "object",
"required": [
"enableBluetooth"
],
"properties": {
"enableBluetooth": {
"description": "Whether or not to enable Bluetooth device support.",
"type": "boolean"
}
}
}
},
"short_name": "HomeKit",
"version": "0.12.0"
}