-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathio-package.json
56 lines (55 loc) · 1.84 KB
/
io-package.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"common": {
"name": "solar_inverter",
"version": "0.0.0",
"news": {
"0.0.0": {
"en": "initial adapter",
"de": "Initiale Version",
"ru": "Первоначальная версия",
"pt": "Versão inicial",
"fr": "Version initiale",
"nl": "Eerste release"
}
},
"title": "Solar Inverter (Axpert, PIP, MPP, ...) adapter ",
"desc": {
"en": "ioBroker Solar Inverter adapter",
"de": "ioBroker Solar Inverter Adapter",
"ru": "ioBroker адаптер солнечного инвертора ",
},
"authors": [
"LM-ku <[email protected]>"
],
"docs": {
"en": "docs/en/admin.md",
"ru": "docs/ru/admin.md",
"de": "docs/de/admin.md",
"es": "docs/es/admin.md",
"it": "docs/it/admin.md",
"fr": "docs/fr/admin.md",
"nl": "docs/nl/admin.md",
"pt": "docs/pt/admin.md"
},
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "solar_inverter.png",
"materialize": true,
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.solar_inverter/master/admin/solar_inverter.png",
"keywords": ["template", "vis", "GUI", "graphical", "scada"],
"readme": "https://github.com/ioBroker/ioBroker.solar_inverter/blob/master/README.md",
"loglevel": "info",
"type": "general",
"license": "MIT",
"messagebox": false,
"restartAdapters": ["vis"]
},
"native": {
"test1": true,
"test2": 42,
"mySelect": "auto"
},
"objects": [
]
}