forked from iobroker-community-adapters/ioBroker.fronius
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.create-adapter.json
41 lines (41 loc) · 951 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
{
"cli": true,
"adapterName": "fronius",
"title": "Fronius",
"description": "This is an ioBroker adapter for your Fronius PV inverter with Fronius Datalogger Web from version 2.0.4-1 onwards, Fronius Datamanager from version 3.0.3-1 onwards and Symo Gen24.",
"keywords": [
"Fronius",
"inverter",
"symo",
"hybrid",
"Wechselrichter"
],
"expert": "yes",
"features": [
"adapter"
],
"adminFeatures": [],
"type": "energy",
"startMode": "daemon",
"connectionType": "local",
"dataSource": "poll",
"connectionIndicator": "yes",
"language": "JavaScript",
"adminReact": "no",
"tools": [
"ESLint",
"type checking"
],
"indentation": "Tab",
"quotes": "double",
"es6class": "yes",
"authorName": "ldittmar",
"authorGithub": "ldittmar81",
"authorEmail": "[email protected]",
"gitRemoteProtocol": "HTTPS",
"gitCommit": "no",
"license": "MIT License",
"ci": "gh-actions",
"dependabot": "yes",
"creatorVersion": "1.30.1"
}