iobroker.lorawan 1.22.34 → 1.22.35
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 -4
- package/io-package.json +14 -14
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -28,6 +28,9 @@ For numeric sensor entities, the bridge assigns Home Assistant `device_class` an
|
|
|
28
28
|
Placeholder for the next version (at the beginning of the line):
|
|
29
29
|
### **WORK IN PROGRESS**
|
|
30
30
|
-->
|
|
31
|
+
### 1.22.35 (2026-09-23)
|
|
32
|
+
- (codex) Update adapter-core and test dependencies to the current recommended versions.
|
|
33
|
+
|
|
31
34
|
### 1.22.34 (2026-09-23)
|
|
32
35
|
- (BenAhrdt) Process Bridge entity availability on discovery and normal messages and keep existing state types for incompatible values.
|
|
33
36
|
|
|
@@ -40,10 +43,6 @@ For numeric sensor entities, the bridge assigns Home Assistant `device_class` an
|
|
|
40
43
|
### 1.22.31 (2026-07-09)
|
|
41
44
|
- (BenAhrdt) Add selection of ToIob source id
|
|
42
45
|
|
|
43
|
-
### 1.22.30 (2026-07-07)
|
|
44
|
-
- (BenAhrdt) Add PIR Mini device Profile
|
|
45
|
-
- (BenAhrdt) Add possibillity to ad states to downlink numbers
|
|
46
|
-
|
|
47
46
|
[Older changes can be found there](CHANGELOG_OLD.md)
|
|
48
47
|
|
|
49
48
|
## DISCLAIMER
|
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.35",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.22.35": {
|
|
7
|
+
"en": "Update adapter-core and test dependencies to the current recommended versions.",
|
|
8
|
+
"de": "Aktualisiere Adaptercore und teste Abhängigkeiten auf die empfohlene Version.",
|
|
9
|
+
"ru": "Обновите зависимости ядра адаптера и тестирования до текущих рекомендуемых версий.",
|
|
10
|
+
"pt": "Atualize adapter-core e test dependências para as versões atuais.",
|
|
11
|
+
"nl": "Update de kern van de adapter en test de afhankelijkheden naar de huidige aanbevolen versies.",
|
|
12
|
+
"fr": "Passez à jour Adapter-Core et testez les dépendances aux versions recommandées.",
|
|
13
|
+
"it": "Aggiorna adapter-core e test le dipendenze alle versioni consigliate.",
|
|
14
|
+
"es": "Actualice el núcleo del adaptador y las dependencias de prueba a las versiones recomendadas.",
|
|
15
|
+
"pl": "Zaktualizuj zależności rdzenia adaptera i testów do aktualnych zalecanych wersji.",
|
|
16
|
+
"uk": "Оновіть адаптер-ядра та тестові залежності до поточних рекомендованих версій.",
|
|
17
|
+
"zh-cn": "将适配器核心和测试依赖项更新到当前推荐版本。"
|
|
18
|
+
},
|
|
6
19
|
"1.22.34": {
|
|
7
20
|
"en": "Process Bridge entity availability on discovery and normal messages and keep existing state types for incompatible values.",
|
|
8
21
|
"de": "Verarbeitet Bridge-Entitäten in Discovery- und Normalnachrichten und behält bestehende Statustypen für inkompatible Werte bei.",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "Dodaj role i jednostki do assignhandler",
|
|
81
94
|
"uk": "Додати деякі ролі та юніти до assignhandler",
|
|
82
95
|
"zh-cn": "向 assignhandler 添加一些角色和单位"
|
|
83
|
-
},
|
|
84
|
-
"1.22.28": {
|
|
85
|
-
"en": "Add DewPointTemperature to assignhandler",
|
|
86
|
-
"de": "Füge DewPointTemperature zum Zuweisungshandler hinzu.",
|
|
87
|
-
"ru": "Добавьте DewPointTemperature в assignhandler",
|
|
88
|
-
"pt": "Adicione DewPointTemperature ao assignhandler",
|
|
89
|
-
"nl": "Voeg DewPointTemperature toe aan assignhandler",
|
|
90
|
-
"fr": "Ajouter DewPointTemperature à assignhandler",
|
|
91
|
-
"it": "Aggiungi DewPointTemperature all'assignhandler",
|
|
92
|
-
"es": "Agregar DewPointTemperature a assignhandler",
|
|
93
|
-
"pl": "Dodaj DewPointTemperature do assignhandler",
|
|
94
|
-
"uk": "Додати DewPointTemperature до assignhandler",
|
|
95
|
-
"zh-cn": "将露点温度添加到赋值处理程序"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.lorawan",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.35",
|
|
4
4
|
"description": "converts the desired lora gateway data to a ioBroker structure",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "BenAhrdt",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"node": ">= 22"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@iobroker/adapter-core": "^3.4.
|
|
28
|
+
"@iobroker/adapter-core": "^3.4.3",
|
|
29
29
|
"@iobroker/dm-utils": "^3.2.0",
|
|
30
30
|
"easy-crc": "^1.1.0",
|
|
31
31
|
"lodash": "^4.18.1",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
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
|
-
"@iobroker/testing": "^
|
|
42
|
+
"@iobroker/testing": "^6.2.2",
|
|
43
43
|
"@tsconfig/node22": "^22.0.6",
|
|
44
44
|
"@types/lodash": "^4.17.25",
|
|
45
45
|
"@types/node": "^22.20.1",
|