-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathio-package.json
More file actions
55 lines (55 loc) · 1.32 KB
/
io-package.json
File metadata and controls
55 lines (55 loc) · 1.32 KB
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
55
{
"common": {
"name": "apsystems-ez1-m",
"version": "0.0.1",
"news": {
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung"
}
},
"title": "APsystems EZ1-M",
"titleLang": {
"en": "APsystems EZ1-M",
"de": "APsystems EZ1-M"
},
"desc": {
"en": "Communicate with your APsystems EZ1-M solar inverter",
"de": "Kommuniziere mit deinem APsystems EZ1-M Solar-Wechselrichter"
},
"authors": [
"Your Name <your@email.com>"
],
"keywords": [
"ioBroker",
"APsystems",
"EZ1-M"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "build/main.js",
"icon": "apsystems-ez1-m.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/your-github/ioBroker.apsystems-ez1-m/main/admin/apsystems-ez1-m.png",
"readme": "https://github.com/your-github/ioBroker.apsystems-ez1-m/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "climate-control",
"compact": true,
"connectionType": "local",
"dataSource": "poll",
"adminUI": {
"tab": "materialize"
},
"dependencies": [
{
"js-controller": ">=3.3.22"
}
]
},
"native": {
"inverter_ip": "192.168.1.100"
},
"objects": [],
"instanceObjects": []
}