-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathio-package.json
90 lines (90 loc) · 2.57 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
{
"common": {
"name": "hdg-bavaria",
"version": "0.4.0",
"news": {
"0.4.0": {
"en": "Suport for multiple heating circuits",
"de": "Unterstützung von mehreren Heizkreisen"
},
"0.3.1": {
"en": "Integration test added",
"de": "Integrationstest hinzugefügt"
},
"0.3.0": {
"en": "Statistics",
"de": "Statistik"
}
},
"title": "HDG Bavaria",
"titleLang": {
"en": "HDG Bavaria",
"de": "HDG Bavaria",
"ru": "HDG Bavaria",
"pt": "HDG Bavaria",
"nl": "HDG Bavaria",
"fr": "HDG Bavaria",
"it": "HDG Bavaria",
"es": "HDG Bavaria",
"pl": "HDG Bavaria",
"zh-cn": "HDG Bavaria"
},
"desc": {
"en": "Access HDG Control of HDG Bavaria boilers",
"de": "Zugriff auf HDG Control von HDG Bavaria Kesseln",
"ru": "Доступ к данным из HDG Control котлов HDG Bavaria",
"pt": "Acesse os dados do HDG Control das caldeiras HDG Bavaria",
"nl": "Toegang tot gegevens van HDG Besturing van HDG Bavaria ketels",
"fr": "Accéder aux données de HDG Control des chaudières HDG Bavaria",
"it": "Accesso ai dati da HDG Control delle caldaie HDG Bavaria",
"es": "Acceda a los datos de HDG Control de las calderas HDG Bavaria",
"pl": "Dane dostępowe z HDG Control kotłów HDG Bavaria",
"zh-cn": "从 HDG Bavaria 锅炉的 HDG Control 访问数据"
},
"authors": [
"stemaker <app.stemaker@gmail.com>"
],
"keywords": [
"heizung",
"kessel",
"boiler",
"hdg",
"hdg-bavaria",
"hdg control"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "build/src/main.js",
"icon": "hdg-bavaria.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/stemaker/ioBroker.hdg-bavaria/master/admin/hdg-bavaria.png",
"readme": "https://github.com/stemaker/ioBroker.hdg-bavaria/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "climate-control",
"compact": true,
"connectionType": "local",
"dataSource": "poll",
"materialize": true,
"dependencies": [
{
"js-controller": ">=2.0.0"
}
],
"installedFrom": "/opt/iobroker/workspace/ioBroker.hdg-bavaria",
"adminUI": {"config": "materialize"}
},
"native": {
"ip": "",
"name": "HDG",
"kesselTyp": "K10-33",
"pufferTyp": "3Temp",
"anzahlPuffer": 1,
"heizkreise": [
"heizkreis"
],
"pollIntervalMins": 5
},
"objects": [],
"instanceObjects": []
}