forked from UncleSamSwiss/ioBroker.luxtronik2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.create-adapter.json
30 lines (30 loc) · 928 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
{
"cli": true,
"adapterName": "luxtronik2",
"title": "Luxtronik 2",
"description": "Connects to Luxtronik 2 heatpump controllers over LAN and WebSocket",
"keywords": ["heatpump", "websocket", "luxtronik"],
"expert": "yes",
"features": ["adapter"],
"adminFeatures": [],
"type": "climate-control",
"startMode": "daemon",
"connectionType": "local",
"dataSource": "poll",
"connectionIndicator": "yes",
"language": "TypeScript",
"adminReact": "no",
"tools": ["ESLint", "Prettier", "devcontainer"],
"indentation": "Space (4)",
"quotes": "single",
"es6class": "yes",
"authorName": "UncleSamSwiss",
"authorGithub": "UncleSamSwiss",
"authorEmail": "[email protected]",
"gitRemoteProtocol": "SSH",
"gitCommit": "no",
"license": "Apache License 2.0",
"ci": "gh-actions",
"dependabot": "yes",
"creatorVersion": "1.30.1"
}