iobroker.modbus 4.0.2 → 4.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/admin/asset-manifest.json +3 -3
- package/admin/index_m.html +1 -1
- package/admin/static/js/{main.2265812f.chunk.js → main.cca7ed55.chunk.js} +2 -2
- package/admin/static/js/{main.2265812f.chunk.js.map → main.cca7ed55.chunk.js.map} +1 -1
- package/io-package.json +13 -13
- package/package.json +2 -2
package/io-package.json
CHANGED
|
@@ -1,8 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "modbus",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.3",
|
|
5
5
|
"news": {
|
|
6
|
+
"4.0.3": {
|
|
7
|
+
"en": "Updated serial port package\nMinimal node.js version is 12",
|
|
8
|
+
"de": "Aktualisiertes Paket für die serielle Schnittstelle\nDie minimale Version von node.js ist 12",
|
|
9
|
+
"ru": "Обновленный пакет последовательного порта\nМинимальная версия node.js — 12.",
|
|
10
|
+
"pt": "Pacote de porta serial atualizado\nA versão mínima do node.js é 12",
|
|
11
|
+
"nl": "Bijgewerkt seriële poortpakket\nMinimale node.js-versie is 12",
|
|
12
|
+
"fr": "Package de port série mis à jour\nLa version minimale de node.js est 12",
|
|
13
|
+
"it": "Pacchetto porta seriale aggiornato\nLa versione minima di node.js è 12",
|
|
14
|
+
"es": "Paquete de puerto serie actualizado\nLa versión mínima de node.js es 12",
|
|
15
|
+
"pl": "Zaktualizowany pakiet portu szeregowego\nMinimalna wersja node.js to 12",
|
|
16
|
+
"zh-cn": "更新串口包\n最小的 node.js 版本是 12"
|
|
17
|
+
},
|
|
6
18
|
"4.0.2": {
|
|
7
19
|
"en": "Updated serial port package\nMinimal node.js version is 12",
|
|
8
20
|
"de": "Aktualisiertes Paket für die serielle Schnittstelle\nDie minimale Version von node.js ist 12",
|
|
@@ -74,18 +86,6 @@
|
|
|
74
86
|
"es": "Detecte errores en el procesamiento de tareas para evitar bloqueos\nasegúrese de que los ID generados no terminen en \".\"",
|
|
75
87
|
"pl": "Wyłap błędy w przetwarzaniu zadań, aby zapobiec awariom\nupewnij się, że wygenerowane identyfikatory nie kończą się na „.”",
|
|
76
88
|
"zh-cn": "捕获任务处理中的错误以防止崩溃\n确保生成的 ID 不以“.”结尾。"
|
|
77
|
-
},
|
|
78
|
-
"3.4.14": {
|
|
79
|
-
"en": "Fixed issue with sorting\nCorrected the calculations with scaling factor\nRead times were optimized",
|
|
80
|
-
"de": "Problem beim Sortieren behoben\nBerechnungen mit Skalierungsfaktor korrigiert\nLesezeiten wurden optimiert",
|
|
81
|
-
"ru": "Исправлена проблема с сортировкой\nИсправлены расчеты с коэффициентом масштабирования.\nОптимизировано время чтения",
|
|
82
|
-
"pt": "Problema corrigido com classificação\nCorrigiu os cálculos com fator de escala\nOs tempos de leitura foram otimizados",
|
|
83
|
-
"nl": "Probleem opgelost met sorteren\nDe berekeningen gecorrigeerd met schaalfactor\nLeestijden zijn geoptimaliseerd",
|
|
84
|
-
"fr": "Correction d'un problème de tri\nCorrection des calculs avec facteur d'échelle\nLes temps de lecture ont été optimisés",
|
|
85
|
-
"it": "Risolto problema con l'ordinamento\nCorretti i calcoli con il fattore di scala\nI tempi di lettura sono stati ottimizzati",
|
|
86
|
-
"es": "Problema solucionado con la clasificación\nSe corrigieron los cálculos con factor de escala.\nSe optimizaron los tiempos de lectura",
|
|
87
|
-
"pl": "Naprawiono problem z sortowaniem\nPoprawiono obliczenia o współczynnik skalowania\nZoptymalizowano czasy odczytu",
|
|
88
|
-
"zh-cn": "修复了排序问题\n用比例因子更正了计算\n优化了读取时间"
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
91
|
"title": "ModBus",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.modbus",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
4
4
|
"description": "Connect devices oder Modbus protocol to ioBroker",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "bluefox",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"url": "https://github.com/ioBroker/ioBroker.modbus"
|
|
26
26
|
},
|
|
27
27
|
"engines": {
|
|
28
|
-
"node": ">=12.0.0"
|
|
28
|
+
"node": ">=12.17.0 <13.0 || >=14.0.0"
|
|
29
29
|
},
|
|
30
30
|
"optionalDependencies": {
|
|
31
31
|
"serialport": "^10.4.0"
|