-
Notifications
You must be signed in to change notification settings - Fork 12
/
.create-adapter.json
39 lines (39 loc) · 924 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
{
"cli": true,
"adapterName": "stiebel-isg",
"title": "Stiebel-ISG",
"description": "This adapter is a ment to read values from stiebel-eltron/tecalor internet service gateways (ISG) and control the device.",
"keywords": [
"Stiebel-Eltron/Tecalor",
"Internet Service Gateway",
"ISG"
],
"expert": "no",
"features": [
"adapter"
],
"adminFeatures": [],
"type": "climate-control",
"startMode": "daemon",
"connectionType": "local",
"dataSource": "poll",
"connectionIndicator": "no",
"language": "JavaScript",
"adminReact": "no",
"tools": [
"ESLint",
"type checking"
],
"indentation": "Tab",
"quotes": "double",
"es6class": "yes",
"authorName": "Michael Schuster",
"authorGithub": "unltdnetworx",
"authorEmail": "development@unltd-networx.de",
"gitRemoteProtocol": "HTTPS",
"gitCommit": "no",
"license": "MIT License",
"ci": "gh-actions",
"dependabot": "no",
"creatorVersion": "1.33.0"
}