iobroker.lorawan 1.22.11 → 1.22.13
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 +18 -36
- package/io-package.json +32 -31
- package/lib/modules/assignhandler.js +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -24,6 +24,14 @@ 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.13 (2026-05-25)
|
|
28
|
+
- (BenAhrdt) Changes in io-package.
|
|
29
|
+
- (BenAhrdt) Changes in package.json
|
|
30
|
+
|
|
31
|
+
### 1.22.12 (2026-05-09)
|
|
32
|
+
- (copilot) Adapter requires node.js >= 22 now
|
|
33
|
+
* (BenAhrdt) Default Bridge all downlink.control and uplink.decoded to bridge
|
|
34
|
+
|
|
27
35
|
### 1.22.11 (2026-04-20)
|
|
28
36
|
* (BenAhrdt) correct default value for pause (worx)
|
|
29
37
|
|
|
@@ -33,35 +41,20 @@ For now there is documentation in English here: https://wiki.hafenmeister.de
|
|
|
33
41
|
### 1.22.9 (2026-04-20)
|
|
34
42
|
* (BenAhrdt) error resolve git push
|
|
35
43
|
|
|
36
|
-
###
|
|
37
|
-
* (BenAhrdt) implements first commands and states of lawn mower
|
|
38
|
-
|
|
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
|
|
44
|
+
### Older entries
|
|
53
45
|
|
|
54
|
-
|
|
55
|
-
* (BenAhrdt) remove readOnly flag from jsonEditor
|
|
46
|
+
[Older changelogs can be found there](CHANGELOG_OLD.md)
|
|
56
47
|
|
|
57
|
-
|
|
58
|
-
|
|
48
|
+
## DISCLAIMER
|
|
49
|
+
The rights of the trademarks and company names,
|
|
50
|
+
remain with their owners and have no relation to this adapter.
|
|
51
|
+
The fairuse policy must continue to be adhered to by the operator of the adapter.
|
|
52
|
+
If this repository is forked, it must be cited as the source.
|
|
59
53
|
|
|
60
|
-
|
|
61
|
-
|
|
54
|
+
LoRa® is a registered trademark or service
|
|
55
|
+
mark of Semtech Corporation or its affilantes.
|
|
62
56
|
|
|
63
|
-
|
|
64
|
-
[here](OLD_CHANGELOG.md)
|
|
57
|
+
LoRaWAN® is a licensed mark.
|
|
65
58
|
|
|
66
59
|
## License
|
|
67
60
|
MIT License
|
|
@@ -86,14 +79,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
86
79
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
87
80
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
88
81
|
SOFTWARE.
|
|
89
|
-
|
|
90
|
-
## DISCLAIMER
|
|
91
|
-
The rights of the trademarks and company names,
|
|
92
|
-
remain with their owners and have no relation to this adapter.
|
|
93
|
-
The fairuse policy must continue to be adhered to by the operator of the adapter.
|
|
94
|
-
If this repository is forked, it must be cited as the source.
|
|
95
|
-
|
|
96
|
-
LoRa® is a registered trademark or service
|
|
97
|
-
mark of Semtech Corporation or its affilantes.
|
|
98
|
-
|
|
99
|
-
LoRaWAN® is a licensed mark.
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "lorawan",
|
|
4
|
-
"version": "1.22.
|
|
4
|
+
"version": "1.22.13",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.22.13": {
|
|
7
|
+
"en": "Changes in io-package.\nChanges in package.json",
|
|
8
|
+
"de": "Änderungen im io-Paket.\nÄnderungen im Paket.json",
|
|
9
|
+
"ru": "Изменения в io-пакете.\nИзменения в package.json",
|
|
10
|
+
"pt": "Alterações no pacote io.\nAlterações no package.json",
|
|
11
|
+
"nl": "Wijzigingen in de verpakking.\nWijzigingen in package.json",
|
|
12
|
+
"fr": "Changements dans l'emballage.\nChangements dans package.json",
|
|
13
|
+
"it": "Cambiamenti nel pacchetto io.\nModifiche nel pacchetto.json",
|
|
14
|
+
"es": "Cambios en io-paquete.\nCambios en package.json",
|
|
15
|
+
"pl": "Zmiany w pakiecie jo-.\nZmiany w package.json",
|
|
16
|
+
"uk": "Зміни в io-package.\nЗміни в package.json",
|
|
17
|
+
"zh-cn": "Io包装的变化.\n软件包的变化 json"
|
|
18
|
+
},
|
|
19
|
+
"1.22.12": {
|
|
20
|
+
"en": "Adapter requires node.js >= 22 now\nDefault Bridge all downlink.control and uplin.decoded to bridge",
|
|
21
|
+
"de": "Adapter benötigt node.js >= 22 jetzt\nDefault Bridge all downlink.control und uplin.decodiert zur Brücke",
|
|
22
|
+
"ru": "Адаптер требует node.js >= 22 сейчас\nDefault Bridge all downlink.control and uplin.decoded to Bridge скачать бесплатно",
|
|
23
|
+
"pt": "Adaptador requer nod.js >= 22 agora\nPonte padrão todos downlink.control e uplin.decoded para ponte",
|
|
24
|
+
"nl": "Voor de adapter zijn node.js < 22 nu nodig\nStandaard brug alle downlink.control en uplin.decodeerd naar brug",
|
|
25
|
+
"fr": "Adaptateur nécessite node.js >= 22 maintenant\nPar défaut Bridge all downlink.control et uplin.decoded to bridge",
|
|
26
|
+
"it": "Adattatore richiede node.js >= 22 ora\nDefault Bridge all downlink.control e uplin.decoded to bridge",
|
|
27
|
+
"es": "Adaptador requiere node.js ю= 22 ahora\nDefault Bridge all downlink.control y uplin.decoded to bridge",
|
|
28
|
+
"pl": "Adapter wymaga node.js > = 22\nDomyślny most wszystko downlink.control i uplin.decoded most",
|
|
29
|
+
"uk": "Адаптер вимагає node.js >= 22 тепер\nJavaScript licenses API Веб-сайт Go1.13.8",
|
|
30
|
+
"zh-cn": "适配器需要节点.js 现在22\n默认桥全部下行链路. control and uplin.decoded to bridge"
|
|
31
|
+
},
|
|
6
32
|
"1.22.11": {
|
|
7
33
|
"en": "correct default value for pause (worx)",
|
|
8
34
|
"de": "korrekter standardwert für pause (worx)",
|
|
@@ -67,32 +93,6 @@
|
|
|
67
93
|
"pl": "bugfix pokrywa końcowa otwarta",
|
|
68
94
|
"uk": "відновлення пароля",
|
|
69
95
|
"zh-cn": "bugfix 封面结束位置打开"
|
|
70
|
-
},
|
|
71
|
-
"1.22.5": {
|
|
72
|
-
"en": "bugfix displaying buttons in dM cards",
|
|
73
|
-
"de": "bugfix Anzeigetasten in dM-Karten",
|
|
74
|
-
"ru": "bugfix отображение кнопок в картах dM",
|
|
75
|
-
"pt": "correcção de erros a mostrar botões nas cartas dM",
|
|
76
|
-
"nl": "bugfix tonen van knoppen in dM-kaarten",
|
|
77
|
-
"fr": "bugfix affichant les boutons dans les cartes dM",
|
|
78
|
-
"it": "pulsanti di visualizzazione bugfix nelle schede dM",
|
|
79
|
-
"es": "botones de visualización de bugfix en tarjetas dM",
|
|
80
|
-
"pl": "bugfix wyświetlanie przycisków w kartach dM",
|
|
81
|
-
"uk": "кнопки відображення помилок в dM-картах",
|
|
82
|
-
"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
|
],
|
|
@@ -619,6 +619,7 @@
|
|
|
619
619
|
"common": {
|
|
620
620
|
"type": "string",
|
|
621
621
|
"name": "message to bridge",
|
|
622
|
+
"role": "state",
|
|
622
623
|
"read": true,
|
|
623
624
|
"write": true,
|
|
624
625
|
"def": ""
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.lorawan",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.13",
|
|
4
4
|
"description": "converts the desired lora gateway data to a ioBroker structure",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "BenAhrdt",
|
|
@@ -22,27 +22,27 @@
|
|
|
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
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@alcalzone/release-script": "^5.
|
|
37
|
-
"@alcalzone/release-script-plugin-iobroker": "^5.
|
|
38
|
-
"@alcalzone/release-script-plugin-license": "^5.
|
|
39
|
-
"@alcalzone/release-script-plugin-manual-review": "^5.
|
|
36
|
+
"@alcalzone/release-script": "^5.2.0",
|
|
37
|
+
"@alcalzone/release-script-plugin-iobroker": "^5.2.0",
|
|
38
|
+
"@alcalzone/release-script-plugin-license": "^5.2.0",
|
|
39
|
+
"@alcalzone/release-script-plugin-manual-review": "^5.2.0",
|
|
40
40
|
"@iobroker/adapter-dev": "^1.5.0",
|
|
41
41
|
"@iobroker/eslint-config": "^2.2.0",
|
|
42
42
|
"@iobroker/testing": "^5.2.2",
|
|
43
43
|
"@tsconfig/node20": "^20.1.9",
|
|
44
44
|
"@types/lodash": "^4.17.24",
|
|
45
|
-
"@types/node": "^
|
|
45
|
+
"@types/node": "^22.19.19",
|
|
46
46
|
"typescript": "~5.9.3"
|
|
47
47
|
},
|
|
48
48
|
"main": "main.js",
|