iobroker.lorawan 1.22.11 → 1.22.12
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 +6 -24
- package/io-package.json +18 -18
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -24,6 +24,10 @@ For now there is documentation in English here: https://wiki.hafenmeister.de
|
|
|
24
24
|
Placeholder for the next version (at the beginning of the line):
|
|
25
25
|
### **WORK IN PROGRESS**
|
|
26
26
|
-->
|
|
27
|
+
### 1.22.12 (2026-05-09)
|
|
28
|
+
- (copilot) Adapter requires node.js >= 22 now
|
|
29
|
+
* (BenAhrdt) Default Bridge all downlink.control and uplin.decoded to bridge
|
|
30
|
+
|
|
27
31
|
### 1.22.11 (2026-04-20)
|
|
28
32
|
* (BenAhrdt) correct default value for pause (worx)
|
|
29
33
|
|
|
@@ -36,33 +40,11 @@ For now there is documentation in English here: https://wiki.hafenmeister.de
|
|
|
36
40
|
### 1.22.8 (2026-04-20)
|
|
37
41
|
* (BenAhrdt) implements first commands and states of lawn mower
|
|
38
42
|
|
|
39
|
-
### 1.22.7 (2026-04-16)
|
|
40
|
-
* (BenAhrdt) add more device_class entries to assign roles
|
|
41
|
-
|
|
42
|
-
### 1.22.6 (2026-04-10)
|
|
43
|
-
* (BenAhrdt) bugfix cover endposition open
|
|
44
|
-
|
|
45
|
-
### 1.22.5 (2026-04-10)
|
|
46
|
-
* (BenAhrdt) bugfix displaying buttons in dM cards
|
|
47
|
-
|
|
48
|
-
### 1.22.4 (2026-04-10)
|
|
49
|
-
* (BenAhrdt) bugfix lock entity in dM card
|
|
50
|
-
|
|
51
|
-
### 1.22.3 (2026-04-10)
|
|
52
|
-
* (BenAhrdt) add first Test for states of configed devices shown in device Manager cards
|
|
53
|
-
|
|
54
|
-
### 1.22.2 (2026-04-07)
|
|
55
|
-
* (BenAhrdt) remove readOnly flag from jsonEditor
|
|
56
|
-
|
|
57
|
-
### 1.22.1 (2026-04-02)
|
|
58
|
-
* (BenAhrdt) add more roles to toIob devices
|
|
59
|
-
|
|
60
|
-
### 1.22.0 (2026-04-01)
|
|
61
|
-
* (BenAhrdt) new Design in device Manager Cards
|
|
62
|
-
|
|
63
43
|
### Older entries
|
|
64
44
|
[here](OLD_CHANGELOG.md)
|
|
65
45
|
|
|
46
|
+
[Older changelogs can be found there](CHANGELOG_OLD.md)
|
|
47
|
+
|
|
66
48
|
## License
|
|
67
49
|
MIT License
|
|
68
50
|
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "lorawan",
|
|
4
|
-
"version": "1.22.
|
|
4
|
+
"version": "1.22.12",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.22.12": {
|
|
7
|
+
"en": "Adapter requires node.js >= 22 now\nDefault Bridge all downlink.control and uplin.decoded to bridge",
|
|
8
|
+
"de": "Adapter benötigt node.js >= 22 jetzt\nDefault Bridge all downlink.control und uplin.decodiert zur Brücke",
|
|
9
|
+
"ru": "Адаптер требует node.js >= 22 сейчас\nDefault Bridge all downlink.control and uplin.decoded to Bridge скачать бесплатно",
|
|
10
|
+
"pt": "Adaptador requer nod.js >= 22 agora\nPonte padrão todos downlink.control e uplin.decoded para ponte",
|
|
11
|
+
"nl": "Voor de adapter zijn node.js < 22 nu nodig\nStandaard brug alle downlink.control en uplin.decodeerd naar brug",
|
|
12
|
+
"fr": "Adaptateur nécessite node.js >= 22 maintenant\nPar défaut Bridge all downlink.control et uplin.decoded to bridge",
|
|
13
|
+
"it": "Adattatore richiede node.js >= 22 ora\nDefault Bridge all downlink.control e uplin.decoded to bridge",
|
|
14
|
+
"es": "Adaptador requiere node.js ю= 22 ahora\nDefault Bridge all downlink.control y uplin.decoded to bridge",
|
|
15
|
+
"pl": "Adapter wymaga node.js > = 22\nDomyślny most wszystko downlink.control i uplin.decoded most",
|
|
16
|
+
"uk": "Адаптер вимагає node.js >= 22 тепер\nJavaScript licenses API Веб-сайт Go1.13.8",
|
|
17
|
+
"zh-cn": "适配器需要节点.js 现在22\n默认桥全部下行链路. control and uplin.decoded to bridge"
|
|
18
|
+
},
|
|
6
19
|
"1.22.11": {
|
|
7
20
|
"en": "correct default value for pause (worx)",
|
|
8
21
|
"de": "korrekter standardwert für pause (worx)",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "bugfix wyświetlanie przycisków w kartach dM",
|
|
81
94
|
"uk": "кнопки відображення помилок в dM-картах",
|
|
82
95
|
"zh-cn": "在 dM 纸卡中显示按钮"
|
|
83
|
-
},
|
|
84
|
-
"1.22.4": {
|
|
85
|
-
"en": "bugfix lock entity in dM card",
|
|
86
|
-
"de": "bugfix Schloss Entität in dM Karte",
|
|
87
|
-
"ru": "bugfix lock entity в карте dM",
|
|
88
|
-
"pt": "entidade de bloqueio de bugfix no cartão dM",
|
|
89
|
-
"nl": "bugfix slot entiteit in dM-kaart",
|
|
90
|
-
"fr": "bugfix lock entity dans la carte dM",
|
|
91
|
-
"it": "entità di blocco bugfix nella scheda dM",
|
|
92
|
-
"es": "bugfix entidad de bloqueo en tarjeta dM",
|
|
93
|
-
"pl": "element blokujący bugfix w karcie dM",
|
|
94
|
-
"uk": "суб'єкт блокування помилок в картці dM",
|
|
95
|
-
"zh-cn": "dM 卡中的bugfix锁实体"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
"Application": "*",
|
|
446
446
|
"Device": "*",
|
|
447
447
|
"Folder": "uplink.decoded",
|
|
448
|
-
"State": "
|
|
448
|
+
"State": "*",
|
|
449
449
|
"publish": true,
|
|
450
450
|
"subscribe": false,
|
|
451
451
|
"exclude": false
|
|
@@ -453,10 +453,10 @@
|
|
|
453
453
|
{
|
|
454
454
|
"Application": "*",
|
|
455
455
|
"Device": "*",
|
|
456
|
-
"Folder": "
|
|
457
|
-
"State": "
|
|
456
|
+
"Folder": "downlink.control",
|
|
457
|
+
"State": "*",
|
|
458
458
|
"publish": true,
|
|
459
|
-
"subscribe":
|
|
459
|
+
"subscribe": true,
|
|
460
460
|
"exclude": false
|
|
461
461
|
}
|
|
462
462
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.lorawan",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.12",
|
|
4
4
|
"description": "converts the desired lora gateway data to a ioBroker structure",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "BenAhrdt",
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"url": "https://github.com/BenAhrdt/ioBroker.lorawan.git"
|
|
23
23
|
},
|
|
24
24
|
"engines": {
|
|
25
|
-
"node": ">=
|
|
25
|
+
"node": ">= 22"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@iobroker/adapter-core": "^3.3.2",
|
|
29
|
-
"@iobroker/dm-utils": "^3.0.
|
|
29
|
+
"@iobroker/dm-utils": "^3.0.19",
|
|
30
30
|
"easy-crc": "^1.1.0",
|
|
31
|
-
"lodash": "^4.
|
|
31
|
+
"lodash": "^4.18.1",
|
|
32
32
|
"mqtt": "^5.15.1",
|
|
33
33
|
"node-schedule": "^2.1.1"
|
|
34
34
|
},
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@iobroker/testing": "^5.2.2",
|
|
43
43
|
"@tsconfig/node20": "^20.1.9",
|
|
44
44
|
"@types/lodash": "^4.17.24",
|
|
45
|
-
"@types/node": "^25.
|
|
45
|
+
"@types/node": "^25.6.0",
|
|
46
46
|
"typescript": "~5.9.3"
|
|
47
47
|
},
|
|
48
48
|
"main": "main.js",
|