-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.create-adapter.json
More file actions
41 lines (41 loc) · 811 Bytes
/
Copy path.create-adapter.json
File metadata and controls
41 lines (41 loc) · 811 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
37
38
39
40
41
{
"cli": true,
"adapterName": "fritzdect",
"title": "fritzbox DECT",
"description": "verbindet DECT ULE-Geräte (fritzdect) mit ioBroker",
"keywords": [
"DECT",
"switche"
],
"expert": "yes",
"features": [
"adapter",
"vis"
],
"adminFeatures": [
"custom"
],
"type": "hardware",
"startMode": "daemon",
"connectionType": "local",
"dataSource": "poll",
"connectionIndicator": "yes",
"language": "JavaScript",
"adminReact": "no",
"tools": [
"ESLint",
"type checking"
],
"indentation": "Tab",
"quotes": "single",
"es6class": "yes",
"authorName": "foxthefox",
"authorGithub": "foxthefox",
"authorEmail": "foxthefox@wysiwis.net",
"gitRemoteProtocol": "HTTPS",
"gitCommit": "no",
"license": "MIT License",
"ci": "gh-actions",
"dependabot": "yes",
"creatorVersion": "1.31.0"
}