-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
102 lines (102 loc) · 3.52 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"common": {
"name": "forecastsolar",
"version": "0.0.1",
"news": {
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"zh-cn": "首次出版"
}
},
"title": "forecastsolar",
"titleLang": {
"en": "Forecast.Solar",
"de": "Forecast.Solar",
"ru": "Forecast.Solar",
"pt": "Forecast.Solar",
"nl": "Forecast.Solar",
"fr": "Forecast.Solar",
"it": "Forecast.Solar",
"es": "Forecast.Solar",
"pl": "Forecast.Solar",
"zh-cn": "Forecast.Solar"
},
"desc": {
"en": "1-day solar production estimate for specific location and a specific plane orientation for an installed module power.",
"de": "1-Tagesvorhersage Solarproduktion für bestimmten Standort, Ausrichtung und Leistung einer Anlage.",
"ru": "1-day solar production estimate for specific location and a specific plane orientation for an installed module power.",
"pt": "1-day solar production estimate for specific location and a specific plane orientation for an installed module power.",
"nl": "1-day solar production estimate for specific location and a specific plane orientation for an installed module power.",
"fr": "1-day solar production estimate for specific location and a specific plane orientation for an installed module power.",
"it": "1-day solar production estimate for specific location and a specific plane orientation for an installed module power.",
"es": "1-day solar production estimate for specific location and a specific plane orientation for an installed module power.",
"pl": "1-day solar production estimate for specific location and a specific plane orientation for an installed module power.",
"zh-cn": "1-day solar production estimate for specific location and a specific plane orientation for an installed module power."
},
"authors": [
"Author <[email protected]>"
],
"keywords": [
"ioBroker",
"solar",
"forecast",
"Smart Home",
"home automation"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "forecastsolar.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/forelleblau/ioBroker.forecastsolar/master/admin/forecastsolar.PNG",
"readme": "https://github.com/forelleblau/ioBroker.forecastsolar/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "general",
"compact": true,
"materialize": true,
"materializeTab": true,
"adminTab": {
"singleton": true,
"name": {
"en": "Forecast.Solar",
"de": "Forecast.Solar",
"ru": "Forecast.Solar",
"pt": "Forecast.Solar",
"nl": "Forecast.Solar",
"fr": "Forecast.Solar",
"it": "Forecast.Solar",
"es": "Forecast.Solar",
"pl": "Forecast.Solar",
"zh-cn": "Forecast.Solar"
},
"link": "",
"fa-icon": "info"
},
"supportCustoms": true,
"dependencies": [{
"admin": ">=3.0.0"
},
{
"js-controller": ">=1.4.2"
}
]
},
"native": {
"longitude": "long",
"latitude": "lat",
"declination": 0,
"azimutz": 0,
"kwp": "kWp"
},
"objects": [],
"instanceObjects": []
}