This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
io-package.json
75 lines (75 loc) · 2.31 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
{
"common": {
"name": "sunnyportal",
"version": "0.1.5",
"news": {
"0.1.5": {
"en": "Reduce update interval to 60 seconds",
"de": "Aktualisierungen alle 60 Sekunden"
},
"0.1.4": {
"en": "Rewrite code to fix login issue, add units to values to ioBroker state values",
"de": "Code neu geschrieben um Login Problem zu beheben, anzeigen von Einheiten bei den ioBroker Werten"
},
"0.1.3": {
"en": "Fix version",
"de": "Version angepasst"
},
"0.1.2": {
"en": "Fix for ioBroker repository",
"de": "Anpassungen für das ioBroker Repository"
},
"0.1.1": {
"en": "Fix redirect after login",
"de": "Redirect Bug nach Login behoben"
},
"0.1.0": {
"en": "Fetch current data",
"de": "Laden der aktuellen Daten"
}
},
"title": "Sunny Portal",
"titleLang": {
"en": "Sunny Portal",
"de": "Sunny Portal"
},
"desc": {
"en": "Fetch data from Sunny Portal",
"de": "Fetch data from Sunny Portal"
},
"authors": [
"Marvin Caspar <[email protected]>"
],
"keywords": [
"iobroker",
"smarthome",
"energy",
"sunnyportal"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "build/main.js",
"icon": "sunnyportal.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/marvincaspar/ioBroker.sunnyportal/master/admin/sunnyportal.png",
"readme": "https://github.com/marvincaspar/ioBroker.sunnyportal/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "energy",
"compact": true,
"connectionType": "cloud",
"dataSource": "poll",
"materialize": true,
"dependencies": [
{
"js-controller": ">=1.4.2"
}
]
},
"objects": [],
"instanceObjects": [],
"native": {
"sunnyPortalEmail": "",
"sunnyPortalPassword": ""
}
}