forked from unltdnetworx/ioBroker.stiebel-isg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
86 lines (86 loc) · 3.36 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
{
"common": {
"name": "stiebel-isg",
"version": "1.4.9",
"news": {
"1.4.9": {
"en": "bug in rounding for info-values fixed",
"de": "Bug behoben: Rundungsfehler im Infobereich"
},
"1.4.8": {
"en": "update due to security vulnerabilities in dependencies",
"de": "Update aufgrund von Sicherheitslücken in Abhängigkeiten"
},
"1.4.7": {
"en": "update due to security vulnerabilities in dependencies",
"de": "Update aufgrund von Sicherheitslücken in Abhängigkeiten"
},
"1.4.6": {
"en": "bugfix for some boolean-values",
"de": "Bugfix für wenige Boolean-Werte"
},
"1.4.5": {
"en": "bugfix for false state for boolean-values",
"de": "Bugfix für Boolean-Werte"
},
"1.4.4": {
"en": "bugfix for error handling",
"de": "Bugfix in der Fehlerbehandlung"
},
"1.4.3": {
"en": "Timeout of 5 seconds for sending commands to gather multiple commands to reduce the load of the ISG",
"de": "5 Sekunden Wartezeit für das Senden von Einstellungen eingefügt um Befehle zu gesammelt zu senden, zur Reduzierung der Auslastung des ISG"
},
"1.4.2": {
"en": "Timeout of 10 seconds for pulling settings after multiple commands",
"de": "10 Sekunden Wartezeit für das Neuladen von Einstellungen eingefügt, zur Reduzierung der Auslastung des ISG bei vielen gleichzeitigen Befehlen"
},
"1.4.1": {
"en": "Core Files/Testing Update and introduce adapter-core",
"de": "Adapter-Core implementiert"
},
"1.4.0": {
"en": "expert-values can be pulled/written",
"de": "Werte aus Expertenbereich können gelesen und geschrieben werden"
},
"1.3.2": {
"en": "bugfix: 0 is now recognized",
"de": "Bugfix: 0 wird als Wert erkannt"
}
},
"title": "stiebel-isg",
"titleLang": {
"en": "stiebel-isg",
"de": "stiebel-isg"
},
"desc": {
"en": "stiebel/tecalor internet service gateway",
"de": "Stiebel-Eltron/Tecalor Internet Service Gateway"
},
"authors": [
"Michael Schuster <[email protected]>"
],
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "stiebel-isg.png",
"materialize": true,
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/unltdnetworx/ioBroker.stiebel-isg/master/admin/stiebel-isg.png",
"keywords": ["stiebel-isg", "GUI", "stiebel-eltron", "tecalor"],
"readme": "https://github.com/unltdnetworx/ioBroker.stiebel-isg/blob/master/README.md",
"loglevel": "info",
"type": "climate-control",
"license": "MIT",
"messagebox": false,
"compact": true
},
"native": {
"isgUser": "",
"isgPassword": "",
"isgAddress": "",
"isgIntervall": 60,
"isgCommandIntervall": 3600,
"isgUmlauts": "no",
"isgExpert": false
}
}