forked from ioBroker/ioBroker.text2command
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
196 lines (196 loc) · 8.02 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
{
"common": {
"name": "text2command",
"version": "1.2.4",
"news": {
"1.2.4": {
"en": "fix",
"de": "Fix",
"ru": "фиксировать",
"pt": "consertar",
"nl": "repareren",
"fr": "réparer",
"it": "fissare",
"es": "fijar",
"pl": "naprawić"
},
"1.2.3": {
"en": "Support of bindings in answer {objId}",
"de": "Unterstützung von Vorlagen in Antwort {objId}",
"ru": "Поддержка шаблонов в ответе {objId}",
"pt": "Suporte de templates em resposta {objId}",
"nl": "Ondersteuning van sjablonen in antwoord {objId}",
"fr": "Prise en charge des modèles dans la réponse {objId}",
"it": "Supporto di modelli in risposta {objId}",
"es": "Soporte de plantillas en respuesta {objId}",
"pl": "Obsługa szablonów w odpowiedzi {objId}"
},
"1.2.0": {
"en": "Support of Admin3 (but not materialize style)",
"de": "Unterstützung von Admin3 (aber nicht materialize)",
"ru": "Поддержка Admin3 (но не materialize)",
"pt": "Suporte do Admin3 (mas não materialize)",
"nl": "Ondersteuning van Admin3 (maar materialize niet)",
"fr": "Support de Admin3 (mais pas materialize le style)",
"it": "Supporto di Admin3 (ma non materialize lo stile)",
"es": "Soporte de Admin3 (pero no materialize el estilo)",
"pl": "Wsparcie dla Admin3 (ale nie dla materialize stylu)"
},
"1.1.7": {
"en": "The parsing error was fixed",
"de": "Der Parsing-Fehler wurde behoben",
"ru": "Исправлена ошибка синтаксического анализа",
"pt": "O erro de análise foi corrigido",
"nl": "De parseerfout is opgelost",
"fr": "L'erreur d'analyse a été corrigée",
"it": "L'errore di analisi è stato risolto",
"es": "El error de análisis fue corregido",
"pl": "Naprawiono błąd parsowania"
},
"1.1.6": {
"en": "Check if units are undefined",
"de": "Prüfung ob Einheiten gesetzt sind",
"ru": "Проверка единиц измерения"
},
"1.1.5": {
"en": "Support of iobroker.pro",
"de": "unterstützung von iobroker.pro",
"ru": "Поддержка iobroker.pro"
},
"1.1.4": {
"en": "translations",
"de": "Übersetzungen",
"ru": "перевод"
},
"1.1.3": {
"en": "russian translations",
"de": "russiche Übersetzungen",
"ru": "русский перевод"
},
"1.1.2": {
"en": "fix russian temperature text\nextend rule control device with option 0/1\nuse by control of devices min/max values if set",
"de": "Ändere russichen Text für Temerature\nErweitert Relgel Schalte an mit Option 0/1\nBenutze bei Steuerung von Geräten min/max falls existiert",
"ru": "Изменить русский текст для температуры\nРасширено правило Включить приборы опцией 0/1\nИспользовать для управления приборами значения min/max"
},
"1.1.1": {
"en": "add additional info for external text processor",
"de": "add additional info for external text processor",
"ru": "add additional info for external text processor"
},
"1.1.0": {
"en": "add text processor state ID",
"de": "add text processor state ID",
"ru": "add text processor state ID"
},
"1.0.2": {
"en": "fix error with detection of numeric values",
"de": "fix error with detection of numeric values",
"ru": "fix error with detection of numeric values"
},
"1.0.1": {
"en": "fix: send text command",
"de": "fix: send text command",
"ru": "fix: send text command"
}
},
"title": "Text to command",
"titleLang": {
"en": "Text to command",
"de": "Text ins Befehl",
"ru": "Текст в команды",
"pt": "Texto para comando",
"nl": "Te besturen tekst",
"fr": "Texte à commander",
"it": "Testo da comandare",
"es": "Texto para mandar",
"pl": "Tekst do polecenia"
},
"desc": {
"en": "This adapter allows to convert text to commands",
"de": "Dieser Adapter ermöglicht es, Text in Befehle zu konvertieren",
"ru": "Этот адаптер позволяет преобразовывать текст в команды",
"pt": "Este adaptador permite converter texto em comandos",
"nl": "Met deze adapter kunt u tekst converteren naar opdrachten",
"fr": "Cet adaptateur permet de convertir du texte en commandes",
"it": "Questo adattatore consente di convertire il testo in comandi",
"es": "Este adaptador permite convertir texto a comandos",
"pl": "Ten adapter umożliwia konwertowanie tekstu na polecenia"
},
"authors": [
"bluefox <[email protected]>"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"mode": "daemon",
"readme": "https://github.com/ioBroker/ioBroker.text2command/blob/master/README.md",
"loglevel": "info",
"icon": "text2command.png",
"keywords": [
"text",
"commands"
],
"messagebox": true,
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.text2command/master/admin/text2command.png",
"localLink": "/adapter/text2command/tab.html",
"type": "logic",
"noConfig": true,
"adminTab": {
"name": {
"en": "Text->Commands",
"de": "Text->Kommandos",
"ru": "Текст->Команды"
},
"singleton": false,
"ignoreConfigUpdate": true,
"fa-icon": "chat"
}
},
"native": {
"rules": [],
"sayitInstance": "sayit.0.tts.text",
"language": "",
"processorId": "",
"processorTimeout": 500
},
"instanceObjects": [
{
"_id": "text",
"type": "state",
"common": {
"name": "Text to process",
"type": "string",
"role": "text",
"read": true,
"write": true,
"desc": "Write your text here with ack=false, and you will get answer with ack=true"
},
"native": {}
},
{
"_id": "response",
"type": "state",
"common": {
"name": "Answer on requested question",
"type": "string",
"role": "text",
"read": true,
"write": false,
"desc": "Answer for written into text2command.0.text text"
},
"native": {}
},
{
"_id": "error",
"type": "state",
"common": {
"name": "Error text",
"type": "string",
"role": "value.error",
"read": true,
"write": false
},
"native": {}
}
]
}