-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.create-adapter.json
50 lines (50 loc) · 1.23 KB
/
.create-adapter.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
47
48
49
50
{
"expert": "yes",
"cli": false,
"adapterName": "homekit-controller",
"title": "HomeKit Controller",
"description": "Pair and control HomeKit devices directly",
"keywords": [
"homekit",
"hap"
],
"authorName": "Ingo Fischer",
"authorGithub": "Apollon77",
"authorEmail": "[email protected]",
"features": [
"adapter"
],
"adminFeatures": [],
"type": "iot-systems",
"startMode": "daemon",
"connectionType": "local",
"dataSource": "poll",
"connectionIndicator": "yes",
"adapterSettings": [
{
"key": "discoverIp",
"label": "Discover IP Devices",
"inputType": "checkbox",
"defaultValue": true
},
{
"key": "discoverBle",
"label": "Discover Bluetooth Devices",
"inputType": "checkbox",
"defaultValue": false
}
],
"language": "TypeScript",
"adminReact": "yes",
"indentation": "Space (4)",
"quotes": "single",
"es6class": "yes",
"tools": [
"ESLint"
],
"gitRemoteProtocol": "HTTPS",
"license": "MIT License",
"ci": "gh-actions",
"dependabot": "yes",
"creatorVersion": "1.33.0"
}