-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.create-adapter.json
51 lines (51 loc) · 1.21 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
51
{
"expert": "yes",
"cli": false,
"adapterName": "jarvis-extensions",
"title": "Jarvis-Extensions",
"description": "Extensions for jarvis-Adapter",
"keywords": ["ioBroker", "ioBroker-adapter", "jarvis", "visualization"],
"contributors": "",
"features": ["adapter"],
"adminFeatures": ["tab", "custom"],
"type": "visualization",
"startMode": "daemon",
"connectionType": "local",
"dataSource": "poll",
"connectionIndicator": "yes",
"adapterSettings": [
{
"key": "lastDPChanges",
"label": "Letzte Jarvis-DP Änderungen",
"inputType": "checkbox",
"defaultValue": false
},
{
"key": "copyInstance",
"label": "Instanz kopieren",
"inputType": "checkbox",
"defaultValue": false
}
],
"language": "JavaScript",
"nodeVersion": "18",
"adminUI": {
"config": "json",
"tab": "html",
"custom": "json"
},
"tabReact": "yes",
"releaseScript": "yes",
"indentation": "Tab",
"quotes": "single",
"es6class": "yes",
"tools": ["ESLint", "type checking", "Prettier"],
"authorName": "mcuiobroker",
"authorGithub": "mcuiobroker",
"authorEmail": "[email protected]",
"gitRemoteProtocol": "HTTPS",
"license": "MIT License",
"dependabot": "yes",
"target": "github",
"creatorVersion": "2.3.0"
}