forked from ioBroker/ioBroker.wolf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
118 lines (118 loc) · 3.6 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"common": {
"name": "wolf",
"version": "1.1.1",
"title": "wolf",
"titleLang": {
"en": "WOLF Heating over ISM8i",
"de": "WOLF heizt über ISM8i",
"ru": "WOLF отопление через ISM8i",
"pt": "Aquecimento WOLF sobre o ISM8i",
"nl": "WOLF verwarming via ISM8i",
"fr": "WOLF chauffage sur ISM8i",
"it": "Riscaldamento WOLF su ISM8i",
"es": "Calentamiento WOLF sobre ISM8i",
"pl": "WOLF Ogrzewanie nad ISM8i",
"zh-cn": "ISM8i上的“狼”加热"
},
"news": {
"1.1.1": {
"en": "Fixed error: DPT_Date is wrong\nFixed error: CWL - DPT_TimeOfDay - error",
"de": "Behobener Fehler: DPT_Date ist falsch\nBehobener Fehler: CWL - DPT_TimeOfDay - Fehler",
"ru": "Исправлена ошибка: дата DPT неверна\nИсправлена ошибка: CWL - DPT_TimeOfDay - ошибка",
"pt": "Corrigido o erro: DPT_Date está errado\nCorrigido o erro: CWL - DPT_TimeOfDay - erro",
"nl": "Fout opgelost: DPT_Date is verkeerd\nFout opgelost: CWL - DPT_TimeOfDay - fout",
"fr": "Erreur fixe: DPT_Date est erroné\nErreur fixe: CWL - DPT_TimeOfDay - erreur",
"it": "Errore risolto: DPT_Date è errato\nErrore risolto: CWL - DPT_TimeOfDay - errore",
"es": "Error solucionado: DPT_Date está mal\nError solucionado: CWL - DPT_TimeOfDay - error",
"pl": "Naprawiono błąd: DPT_Date jest niepoprawna\nNaprawiono błąd: CWL - DPT_TimeOfDay - błąd",
"zh-cn": "修复错误:DPT_Date错误\n修复错误:CWL-DPT_TimeOfDay-错误"
},
"1.1.0": {
"en": "ISM8i Firmware v1.50",
"de": "ISM8i Firmware v1.50",
"ru": "ISM8i Firmware v1.50"
}
},
"docs": {
"en": "docs/en/README.md",
"de": "docs/de/README.md"
},
"desc": {
"en": "Wolf Heating over ISM8i",
"de": "Wolf Heizung über ISM8i",
"ru": "Отопление Wolf через ISM8i",
"pt": "Aquecimento Wolf sobre o ISM8i",
"nl": "Wolf verwarming via ISM8i",
"fr": "Wolf chauffage sur ISM8i",
"it": "Riscaldamento Wolf su ISM8i",
"es": "Calentamiento Wolf sobre ISM8i",
"pl": "„Wolf” Ogrzewanie nad ISM8i",
"zh-cn": "ISM8i上的“狼”加热"
},
"authors": [
"smiling_Jack <[email protected]>"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"mode": "daemon",
"loglevel": "info",
"icon": "wolf_logo.png",
"compact": true,
"messagebox": true,
"keywords": [
"Heating",
"Solar",
"Wolf"
],
"enabled": false,
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.wolf/master/admin/wolf_logo.png",
"readme": "https://github.com/ioBroker/ioBroker.wolf/blob/master/README.md",
"type": "climate-control",
"config": {
"minWidth": 650,
"minHeight": 800,
"width ": 800
}
},
"native": {
"ism8_port": "12004",
"host_ip": "0.0.0.0",
"devices": {
"hg0": "Auto",
"hg1": "Auto",
"hg2": "Auto",
"hg3": "Auto",
"hg4": "Auto",
"bm0": "Auto",
"bm1": "Auto",
"bm2": "Auto",
"bm3": "Auto",
"bm4": "Auto",
"mm1": "Auto",
"mm2": "Auto",
"mm3": "Auto",
"km1": "Auto",
"sm1": "Auto",
"cwl": "Auto"
}
},
"names": {
"hg0_n": "",
"hg1_n": "",
"hg2_n": "",
"hg3_n": "",
"hg4_n": "",
"bm0_n": "",
"bm1_n": "",
"bm2_n": "",
"bm3_n": "",
"bm4_n": "",
"mm1_n": "",
"mm2_n": "",
"mm3_n": "",
"km1_n": "",
"sm1_n": "",
"cwl_n": ""
}
}