forked from Schnup89/ioBroker.eq3-thermostat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.create-adapter.json
37 lines (37 loc) · 869 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
{
"cli": true,
"target": "directory",
"adapterName": "eq3-thermostat",
"description": "eq3-thermostat",
"authorName": "Schnup89",
"authorGithub": "Schnup89",
"authorEmail": "tobias_tsafi@gmx.de",
"gitRemoteProtocol": "HTTPS",
"dependabot": "yes",
"license": "MIT License",
"releaseScript": "yes",
"gitCommit": "no",
"defaultBranch": "main",
"startMode": "daemon",
"features": [
"adapter"
],
"connectionIndicator": "no",
"es6class": "yes",
"type": "general",
"adminFeatures": [
"custom",
"tab"
],
"adminReact": "no",
"tabReact": "no",
"language": "JavaScript",
"title": "Template (JavaScript)",
"tools": [
"ESLint",
"type checking"
],
"indentation": "Space (4)",
"quotes": "single",
"creatorVersion": "2.0.1"
}