-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
executable file
·89 lines (89 loc) · 2.51 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
{
"common": {
"name": "energy-schedule",
"version": "0.5.4",
"news": {
"0.5.4": {
"en": "Use current Recommendation from API",
"de": "Aktuelle Empfehlung von API übernommen"
},
"0.5.3": {
"en": "Compliance update",
"de": "Richtlinienaktualisierung"
},
"0.5.0": {
"en": "Initial release",
"de": "Erstveröffentlichung"
}
},
"title": "Energy Schedule",
"titleLang": {
"en": "Energy Schedule",
"de": "Energie-Zeitplan"
},
"desc": {
"en": "Schedule energy consumption using Corrently GreenPowerIndex",
"de": "Energieverbrauch mit dem Corrently GrünstromIndex planen"
},
"authors": [
"STROMDAO GmbH <dev@stromdao.com>"
],
"keywords": [
"energy",
"schedule",
"corrently",
"gruenstromindex"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "energy-schedule.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/energychain/iobroker.energy-schedule/master/admin/energy-schedule.png",
"readme": "https://github.com/energychain/iobroker.energy-schedule/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "energy",
"compact": true,
"connectionType": "cloud",
"dataSource": "push",
"materialize": true,
"dependencies": [
{
"js-controller": ">=3.3.22"
}
]
},
"native": {
"zip": "",
"personalToken": "",
"law": "comfort",
"activeHours": 1,
"coverageHours": 24,
"consecutiveHours": true
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "If connected to Corrently API",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}