iobroker.lorawan 1.18.4 → 1.18.5
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 +3 -0
- package/io-package.json +14 -14
- package/lib/modules/bridge.js +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -23,6 +23,9 @@ For now there is documentation in English here: https://wiki.hafenmeister.de
|
|
|
23
23
|
Placeholder for the next version (at the beginning of the line):
|
|
24
24
|
### **WORK IN PROGRESS**
|
|
25
25
|
-->
|
|
26
|
+
### 1.18.5 (2025-11-21)
|
|
27
|
+
* (BenAhrdt) add mixed to type text for color values
|
|
28
|
+
|
|
26
29
|
### 1.18.4 (2025-11-08)
|
|
27
30
|
* (BenAhrdt) Change unique id for lorawan internal standard states
|
|
28
31
|
* (BenAhrdt) Change sequence of dicovery and check downlinks at startup
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "lorawan",
|
|
4
|
-
"version": "1.18.
|
|
4
|
+
"version": "1.18.5",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.18.5": {
|
|
7
|
+
"en": "add mixed to type text for color values",
|
|
8
|
+
"de": "hinzufügen gemischt zu geben text für farbwerte",
|
|
9
|
+
"ru": "добавить смешанный текст для цветовых значений",
|
|
10
|
+
"pt": "adicionar texto misto ao tipo para valores de cores",
|
|
11
|
+
"nl": "gemengd toevoegen aan type tekst voor kleurwaarden",
|
|
12
|
+
"fr": "ajouter mélangé au texte type pour les valeurs de couleur",
|
|
13
|
+
"it": "aggiungere testo misto per digitare i valori di colore",
|
|
14
|
+
"es": "añadir mezclado para escribir texto para valores de color",
|
|
15
|
+
"pl": "dodaj mieszany do tekstu dla wartości kolorów",
|
|
16
|
+
"uk": "додати змішаний для типу текст для значень кольору",
|
|
17
|
+
"zh-cn": "在颜色值类型中添加混合文本"
|
|
18
|
+
},
|
|
6
19
|
"1.18.4": {
|
|
7
20
|
"en": "Change unique id for lorawan internal standard states\nChange sequence of dicovery and check downlinks at startup",
|
|
8
21
|
"de": "Ändern Sie einzigartige id für lorawan interne Standardzustände\nÄndern Sie die Reihenfolge der Dicovery und überprüfen Sie Downlinks beim Start",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "poprawić obsługę mostów",
|
|
81
94
|
"uk": "поліпшити мост ручка",
|
|
82
95
|
"zh-cn": "改进桥梁处理"
|
|
83
|
-
},
|
|
84
|
-
"1.17.18": {
|
|
85
|
-
"en": "push NextSend",
|
|
86
|
-
"de": "zurück zur Übersicht",
|
|
87
|
-
"ru": "скачать NextSend",
|
|
88
|
-
"pt": "push NextSend",
|
|
89
|
-
"nl": "volgendeVerzenden",
|
|
90
|
-
"fr": "pousser NextSend",
|
|
91
|
-
"it": "spingere NextSend",
|
|
92
|
-
"es": "push NextSend",
|
|
93
|
-
"pl": "naciśnij NextSend",
|
|
94
|
-
"uk": "шемале",
|
|
95
|
-
"zh-cn": "按下一个发送"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
package/lib/modules/bridge.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.lorawan",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.5",
|
|
4
4
|
"description": "converts the desired lora gateway data to a ioBroker structure",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "BenAhrdt",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"@alcalzone/release-script-plugin-manual-review": "^4.0.0",
|
|
39
39
|
"@iobroker/adapter-dev": "^1.5.0",
|
|
40
40
|
"@iobroker/eslint-config": "^2.2.0",
|
|
41
|
-
"@iobroker/testing": "^5.
|
|
41
|
+
"@iobroker/testing": "^5.2.2",
|
|
42
42
|
"@tsconfig/node20": "^20.1.6",
|
|
43
43
|
"@types/lodash": "^4.17.20",
|
|
44
|
-
"@types/node": "^24.
|
|
44
|
+
"@types/node": "^24.10.0",
|
|
45
45
|
"typescript": "~5.9.3"
|
|
46
46
|
},
|
|
47
47
|
"main": "main.js",
|