-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
io-package.json
158 lines (158 loc) · 4.84 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"common": {
"name": "opentherm",
"version": "0.2.5",
"news": {
"0.2.5": {
"en": "Message library updated",
"de": "Nachrichtenbibliothek aktualisiert",
"ru": "Обновлена библиотека сообщений",
"pt": "Biblioteca de mensagens atualizada",
"nl": "Berichten bibliotheek bijgewerkt",
"fr": "Bibliothèque de messages mise à jour",
"it": "Libreria messaggi aggiornata",
"es": "Biblioteca del mensaje actualizada",
"pl": "Biblioteka zaktualizowana",
"zh-cn": "图书馆更新"
},
"0.2.4": {
"en": "SerialPort module updated",
"de": "SerialPort Modul Aktualisiert",
"ru": "Модуль SerialPort Обновлено",
"pt": "Módulo SerialPort Actualization",
"nl": "SerialPort module Update",
"fr": "Module SerialPort Mis à jour",
"it": "Modulo porta seriale Aggiornato",
"es": "Módulo SerialPort Actualize",
"pl": "Moduł multimedialny Updatek",
"zh-cn": "时间单元 最新资料"
},
"0.2.3": {
"en": "Adapter rebuild",
"de": "Adapter neu aufgebaut",
"ru": "Восстановление адаптера",
"pt": "Reconstrução do adaptador",
"nl": "Adapter opnieuw opbouwen",
"fr": "Reconstruction de l'adaptateur",
"it": "Ricostruzione dell'adattatore",
"es": "Adaptador reconstruido",
"pl": "Przebudowa adaptera",
"zh-cn": "适配器重建"
},
"0.2.2": {
"en": "Bug fix, read TCP/IP data",
"de": "Fehlerbehebung, TCP / IP-Daten lesen",
"ru": "Исправление ошибки, чтение данных TCP / IP",
"pt": "Correção de bug, leia dados TCP / IP",
"nl": "Bugfix, lees TCP / IP-gegevens",
"fr": "Correction d'un bug, lecture des données TCP / IP",
"it": "Bug fix, leggere i dati TCP / IP",
"es": "Corrección de errores, leer datos TCP / IP",
"pl": "Poprawka błędu, odczyt danych TCP / IP",
"zh-cn": "错误修复,读取TCP / IP数据"
},
"0.1.8": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"zh-cn": "初始发行"
}
},
"title": "OpenTherm Gateway",
"titleLang": {
"en": "OpenTherm Gateway",
"de": "OpenTherm Gateway",
"ru": "OpenTherm Gateway",
"pt": "OpenTherm Gateway",
"nl": "OpenTherm Gateway",
"fr": "OpenTherm Gateway",
"it": "OpenTherm Gateway",
"es": "OpenTherm Gateway",
"pl": "OpenTherm Gateway",
"zh-cn": "OpenTherm Gateway"
},
"desc": {
"en": "Controlling the central heating system by OpenTherm Gateway",
"de": "Controlling the central heating system by OpenTherm Gateway",
"ru": "Controlling the central heating system by OpenTherm Gateway",
"pt": "Controlling the central heating system by OpenTherm Gateway",
"nl": "Controlling the central heating system by OpenTherm Gateway",
"fr": "Controlling the central heating system by OpenTherm Gateway",
"it": "Controlling the central heating system by OpenTherm Gateway",
"es": "Controlling the central heating system by OpenTherm Gateway",
"pl": "Controlling the central heating system by OpenTherm Gateway",
"zh-cn": "Controlling the central heating system by OpenTherm Gateway"
},
"authors": [
"DutchmanNL <[email protected]>"
],
"keywords": [
"heating",
"opentherm"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "opentherm.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/DrozmotiX/ioBroker.opentherm/master/admin/opentherm.png",
"readme": "https://github.com/DrozmotiX/ioBroker.opentherm/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "hardware",
"compact": true,
"connectionType": "local",
"dataSource": "push",
"materialize": true,
"plugins": {
"sentry": {
"dsn": "https://[email protected]/23"
}
},
"dependencies": [
{
"js-controller": ">=1.4.2"
}
]
},
"native": {
"ipaddr": "localhost",
"port": "7686",
"DevMode": false,
"DevLogging": false,
"byUSB": false,
"byTCPIP": false,
"USB_Device_list": "",
"USBDevice": ""
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "Device or service connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}