-
Notifications
You must be signed in to change notification settings - Fork 8
/
.create-adapter.json
54 lines (54 loc) · 1009 Bytes
/
.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
52
53
54
{
"expert": "yes",
"cli": false,
"adapterName": "opendtu",
"title": "OpenDTU",
"description": "Adapter for the OpenDTU project",
"keywords": [
"OpenDTU",
"Solar"
],
"authorName": "Dennis Rathjen",
"authorGithub": "o0shojo0o",
"authorEmail": "[email protected]",
"features": [
"adapter"
],
"adminFeatures": [
"tab"
],
"type": "energy",
"startMode": "daemon",
"connectionType": "local",
"dataSource": "push",
"connectionIndicator": "yes",
"adapterSettings": [
{
"key": "option1",
"defaultValue": true,
"inputType": "checkbox"
},
{
"key": "option2",
"defaultValue": "42",
"inputType": "text"
}
],
"language": "JavaScript",
"nodeVersion": "14",
"adminUi": "json",
"tabReact": "no",
"releaseScript": "yes",
"indentation": "Tab",
"quotes": "single",
"es6class": "yes",
"tools": [
"ESLint",
"type checking"
],
"gitRemoteProtocol": "HTTPS",
"license": "MIT License",
"dependabot": "yes",
"target": "github",
"creatorVersion": "2.3.0"
}