iobroker.lorawan 1.22.28 → 1.22.29
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 -3
- package/io-package.json +14 -14
- package/lib/modules/assignhandler.js +48 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,6 +24,9 @@ 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.29 (2026-07-06)
|
|
28
|
+
- (BenAhrdt) Add some roles and units to assignhandler
|
|
29
|
+
|
|
27
30
|
### 1.22.28 (2026-07-05)
|
|
28
31
|
- (BenAhrdt) Add DewPointTemperature to assignhandler
|
|
29
32
|
|
|
@@ -38,9 +41,6 @@ For now there is documentation in English here: https://wiki.hafenmeister.de
|
|
|
38
41
|
- (BenAhrdt) Change Assignhandler for case intensive Check
|
|
39
42
|
- (BenAhrdt) Add subAssign for a part of name
|
|
40
43
|
|
|
41
|
-
### 1.22.24 (2026-06-24)
|
|
42
|
-
- (BenAhrdt) Add Absolute Humidity to device_class
|
|
43
|
-
|
|
44
44
|
[Older changes can be found there](CHANGELOG_OLD.md)
|
|
45
45
|
|
|
46
46
|
## License
|
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.29",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.22.29": {
|
|
7
|
+
"en": "Add some roles and units to assignhandler",
|
|
8
|
+
"de": "Fügen Sie dem Zuweisungshandler einige Rollen und Einheiten hinzu.",
|
|
9
|
+
"ru": "Добавьте несколько ролей и подразделений в обработчик назначений.",
|
|
10
|
+
"pt": "Adicione algumas funções e unidades ao assignhandler.",
|
|
11
|
+
"nl": "Voeg enkele rollen en eenheden toe aan de assignhandler.",
|
|
12
|
+
"fr": "Ajoutez des rôles et des unités à assignhandler",
|
|
13
|
+
"it": "Aggiungi alcuni ruoli e unità ad assignhandler",
|
|
14
|
+
"es": "Agregue algunos roles y unidades a assignhandler",
|
|
15
|
+
"pl": "Dodaj role i jednostki do assignhandler",
|
|
16
|
+
"uk": "Додати деякі ролі та юніти до assignhandler",
|
|
17
|
+
"zh-cn": "向 assignhandler 添加一些角色和单位"
|
|
18
|
+
},
|
|
6
19
|
"1.22.28": {
|
|
7
20
|
"en": "Add DewPointTemperature to assignhandler",
|
|
8
21
|
"de": "Füge DewPointTemperature zum Zuweisungshandler hinzu.",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "set Timeout zmienił się w to. Adapter. Ustawienie timeout",
|
|
81
94
|
"uk": "setTimeout змінився в this.adapter. Навігація",
|
|
82
95
|
"zh-cn": "timeout 已更改为此。 adapter。 设置超时"
|
|
83
|
-
},
|
|
84
|
-
"1.22.22": {
|
|
85
|
-
"en": "Remove writing of the last 10 values at receive and public message",
|
|
86
|
-
"de": "Entfernen Sie das Schreiben der letzten 10 Werte bei Empfang und öffentliche Nachricht",
|
|
87
|
-
"ru": "Удалить написание последних 10 ценностей при получении и публичном сообщении",
|
|
88
|
-
"pt": "Remover a escrita dos últimos 10 valores na mensagem recebida e pública",
|
|
89
|
-
"nl": "Verwijder het schrijven van de laatste 10 waarden op ontvangen en openbaar bericht",
|
|
90
|
-
"fr": "Supprimer l'écriture des 10 dernières valeurs à réception et message public",
|
|
91
|
-
"it": "Rimuovere la scrittura degli ultimi 10 valori a ricezione e messaggio pubblico",
|
|
92
|
-
"es": "Eliminar la escritura de los últimos 10 valores al recibir y el mensaje público",
|
|
93
|
-
"pl": "Usuń zapis ostatnich 10 wartości przy odbieraniu i wiadomości publicznej",
|
|
94
|
-
"uk": "Видалити письмове повідомлення про останні 10",
|
|
95
|
-
"zh-cn": "删除最后 10 个值在接收时的写入和公开消息"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
|
@@ -140,6 +140,7 @@ class assignhandlerClass {
|
|
|
140
140
|
'uplink.decoded': {
|
|
141
141
|
assignfunction: this.commonAssign,
|
|
142
142
|
common: {
|
|
143
|
+
role: 'value.temperature.dewpoint',
|
|
143
144
|
unit: '°C',
|
|
144
145
|
},
|
|
145
146
|
},
|
|
@@ -191,7 +192,7 @@ class assignhandlerClass {
|
|
|
191
192
|
'uplink.decoded': {
|
|
192
193
|
assignfunction: this.commonAssign,
|
|
193
194
|
common: {
|
|
194
|
-
role: 'value.humidity',
|
|
195
|
+
role: 'value.humidity.relative',
|
|
195
196
|
unit: '%',
|
|
196
197
|
},
|
|
197
198
|
},
|
|
@@ -202,7 +203,7 @@ class assignhandlerClass {
|
|
|
202
203
|
'uplink.decoded': {
|
|
203
204
|
assignfunction: this.commonAssign,
|
|
204
205
|
common: {
|
|
205
|
-
role: 'value.humidity',
|
|
206
|
+
role: 'value.humidity.relative',
|
|
206
207
|
unit: '%',
|
|
207
208
|
},
|
|
208
209
|
},
|
|
@@ -434,7 +435,7 @@ class assignhandlerClass {
|
|
|
434
435
|
'uplink.decoded': {
|
|
435
436
|
assignfunction: this.commonAssign,
|
|
436
437
|
common: {
|
|
437
|
-
role: 'value.humidity',
|
|
438
|
+
role: 'value.humidity.relative',
|
|
438
439
|
unit: '%',
|
|
439
440
|
},
|
|
440
441
|
},
|
|
@@ -483,6 +484,50 @@ class assignhandlerClass {
|
|
|
483
484
|
},
|
|
484
485
|
},
|
|
485
486
|
},
|
|
487
|
+
SoilNitrogen: {
|
|
488
|
+
approvedFolders: {
|
|
489
|
+
'uplink.decoded': {
|
|
490
|
+
assignfunction: this.commonAssign,
|
|
491
|
+
common: {
|
|
492
|
+
role: 'value',
|
|
493
|
+
unit: 'mg/kg',
|
|
494
|
+
},
|
|
495
|
+
},
|
|
496
|
+
},
|
|
497
|
+
},
|
|
498
|
+
SoilPhosphorus: {
|
|
499
|
+
approvedFolders: {
|
|
500
|
+
'uplink.decoded': {
|
|
501
|
+
assignfunction: this.commonAssign,
|
|
502
|
+
common: {
|
|
503
|
+
role: 'value',
|
|
504
|
+
unit: 'mg/kg',
|
|
505
|
+
},
|
|
506
|
+
},
|
|
507
|
+
},
|
|
508
|
+
},
|
|
509
|
+
SoilPH: {
|
|
510
|
+
approvedFolders: {
|
|
511
|
+
'uplink.decoded': {
|
|
512
|
+
assignfunction: this.commonAssign,
|
|
513
|
+
common: {
|
|
514
|
+
role: 'value',
|
|
515
|
+
unit: 'pH',
|
|
516
|
+
},
|
|
517
|
+
},
|
|
518
|
+
},
|
|
519
|
+
},
|
|
520
|
+
SoilPotassium: {
|
|
521
|
+
approvedFolders: {
|
|
522
|
+
'uplink.decoded': {
|
|
523
|
+
assignfunction: this.commonAssign,
|
|
524
|
+
common: {
|
|
525
|
+
role: 'value',
|
|
526
|
+
unit: 'mg/kg',
|
|
527
|
+
},
|
|
528
|
+
},
|
|
529
|
+
},
|
|
530
|
+
},
|
|
486
531
|
Soiltemperature: {
|
|
487
532
|
approvedFolders: {
|
|
488
533
|
'uplink.decoded': {
|