forked from ioBroker/ioBroker.sql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
187 lines (187 loc) · 9.23 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
{
"common": {
"name": "sql",
"title": "SQL History",
"titleLang": {
"en": "SQL logging",
"de": "SQL-Protokollierung",
"ru": "Ведение журнала SQL",
"pt": "Log de SQL",
"nl": "SQL logging",
"fr": "Journalisation SQL",
"it": "Registrazione SQL",
"es": "Registro de SQL",
"pl": "Rejestrowanie SQL"
},
"desc": {
"en": "Logging of states into SQL DB",
"de": "Loggt die Historie von einzelnen Zuständen in einer SQL DB",
"ru": "Сохраняет историю событий для отдельных состояний в SQL DB",
"pt": "Registro de estados em SQL DB",
"nl": "Logging van toestanden in SQL DB",
"fr": "Journalisation des états dans la base de données SQL",
"it": "Registrazione degli stati nel DB SQL",
"es": "Registro de estados en SQL DB",
"pl": "Rejestrowanie stanów w SQL DB"
},
"version": "1.10.0",
"news": {
"1.9.5": {
"en": "Support for nodejs 12 added",
"de": "Unterstützung für NodeJS 12 hinzugefügt",
"ru": "Добавлена поддержка nodejs 12",
"pt": "Suporte para nodejs 12 adicionados",
"nl": "Ondersteuning voor nodejs 12 toegevoegd",
"fr": "Support pour nodejs 12 ajouté",
"it": "Supporto per nodejs 12 aggiunto",
"es": "Soporte para nodejs 12 agregado",
"pl": "Dodano wsparcie dla nodejs 12",
"zh-cn": "增加了对nodejs 12的支持"
},
"1.9.4": {
"en": "Fix several smaller issues and timing on initialization/Start optimized",
"de": "Behebung mehrerer kleinerer Probleme und Timing bei der Initialisierung / Start optimiert",
"ru": "Исправлено несколько мелких проблем и времени при инициализации / Запуск оптимизирован",
"pt": "Corrigir vários problemas menores e tempo na inicialização / Iniciar otimizado",
"nl": "Los enkele kleinere problemen en timing op bij initialisatie / Start geoptimaliseerd",
"fr": "Résoudre plusieurs problèmes mineurs et le calendrier d'initialisation / démarrage optimisé",
"it": "Risolti diversi problemi minori e tempistiche sull'inizializzazione / Avvio ottimizzato",
"es": "Solucionar varios problemas más pequeños y el tiempo de inicio / inicio optimizado",
"pl": "Napraw kilka mniejszych problemów i czas podczas inicjalizacji / Uruchom zoptymalizowany",
"zh-cn": "修复几个较小的问题和初始化/开始优化的时间"
},
"1.9.2": {
"en": "Add option to write data to a different ID to make device changes easier. Retrieving data works for both IDs",
"de": "Option zum Schreiben von Daten in eine andere ID hinzufügen, um Geräteänderungen zu vereinfachen. Das Abrufen von Daten funktioniert für beide IDs",
"ru": "Добавьте параметр для записи данных на другой идентификатор, чтобы упростить внесение изменений. Получение данных для обоих ID",
"pt": "Adicione a opção de gravar dados em um ID diferente para facilitar as alterações no dispositivo. Recuperar dados funciona para os dois IDs",
"nl": "Optie toevoegen om gegevens naar een andere ID te schrijven om apparaatwijzigingen gemakkelijker te maken. Het ophalen van gegevens werkt voor beide ID's",
"fr": "Ajoutez une option pour écrire des données sur un ID différent afin de faciliter les changements de périphérique. Récupération des données fonctionne pour les deux ID",
"it": "Aggiungi l'opzione per scrivere i dati su un ID diverso per facilitare le modifiche ai dispositivi. Il recupero dei dati funziona per entrambi gli ID",
"es": "Agregue la opción para escribir datos en una ID diferente para facilitar los cambios en el dispositivo. La recuperación de datos funciona para ambos ID",
"pl": "Dodaj opcję zapisywania danych do innego identyfikatora, aby ułatwić zmianę urządzenia. Pobieranie danych działa dla obu identyfikatorów"
},
"1.8.0": {
"en": "Update sqlite3, nodejs 10 compatible",
"de": "Aktualisieren Sie sqlite3, nodejs 10 kompatibel",
"ru": "Обновление sqlite3, nodejs 10 совместимо",
"pt": "Atualizar sqlite3, compatível com nodejs 10",
"nl": "Update sqlite3, nodejs 10 compatibel",
"fr": "Mettre à jour sqlite3, nodejs 10 compatible",
"it": "Aggiornamento sqlite3, nodejs 10 compatibile",
"es": "Actualizar sqlite3, nodejs 10 compatible",
"pl": "Zaktualizuj sqlite3, kompatybilny z nodej 10"
},
"1.7.4": {
"en": "Fix getHistory",
"de": "Repariere getHistory",
"ru": "Исправить getHistory",
"pt": "Corrigir o getHistory",
"nl": "GetHistory repareren",
"fr": "Fixer getHistory",
"it": "Correggere getHistory",
"es": "Arreglar getHistory",
"pl": "Napraw getHistory"
},
"1.6.9": {
"en": "More Fixes and Optimizations",
"de": "Weitere Fixes und Optimierungen",
"ru": "Дополнительные исправления и оптимизации",
"pt": "Mais correções e otimizações",
"nl": "Meer oplossingen en optimalisaties",
"fr": "Plus de correctifs et d'optimisations",
"it": "Altre correzioni e ottimizzazioni",
"es": "Más soluciones y optimizaciones",
"pl": "Więcej poprawek i optymalizacji"
},
"1.5.8": {
"en": "fix relog value feature",
"de": "Erneutes Logging korrigiert",
"ru": "fix relog value feature"
}
},
"mode": "daemon",
"platform": "Javascript/Node.js",
"loglevel": "info",
"messagebox": true,
"subscribe": "messagebox",
"keywords": ["charts", "sql", "logging", "graphs", "archive"],
"preserveSettings": "custom",
"supportCustoms": true,
"getHistory": true,
"enabled": true,
"stopBeforeUpdate": true,
"materialize": true,
"compact": true,
"authors": [
"bluefox <[email protected]>",
"Apollon77 <[email protected]>"
],
"license": "MIT",
"readme": "https://github.com/ioBroker/ioBroker.sql/blob/master/README.md",
"icon": "sql.png",
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.sql/master/admin/sql.png",
"type": "storage",
"dependencies": [{"js-controller": ">=0.12.0","admin": ">=1.6.10"}],
"supportStopInstance": 2000,
"config":{
"minWidth": 570,
"width ": 435,
"minHeight": 200,
"height": 540
}
},
"native": {
"connLink": "",
"debounce": 1000,
"retention": 31536000,
"host": "localhost",
"port": 0,
"user": "",
"password": "",
"dbtype": "sqlite",
"fileName": "sqlite.db",
"requestInterval": 0,
"encrypt": false,
"round": 4,
"dbname": "iobroker",
"multiRequests": true,
"changesRelogInterval": 0,
"changesMinDelta": 0,
"writeNulls": true
},
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "If connected to DB",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
],
"objects": [
{
"_id": "_design/custom",
"language": "javascript",
"views": {
"state": {
"map": "function(doc) { if (doc.type==='state' && (doc.common.custom || doc.common.history)) emit(doc._id, doc.common.custom || doc.common.history) }"
}
}
}
]
}