iobroker.lorawan 1.19.30 → 1.19.32
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 -0
- package/io-package.json +27 -27
- package/lib/modules/bridgeMqttclient.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,6 +23,12 @@ 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.19.32 (2026-01-16)
|
|
27
|
+
* (BenAhrdt) bugfix await this.ObjectExists
|
|
28
|
+
|
|
29
|
+
### 1.19.31 (2026-01-16)
|
|
30
|
+
* (BenAhrdt) add try catch for adding filter (strage bug)
|
|
31
|
+
|
|
26
32
|
### 1.19.30 (2026-01-16)
|
|
27
33
|
* (BenAhrdt) add simulation of Position for cover
|
|
28
34
|
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "lorawan",
|
|
4
|
-
"version": "1.19.
|
|
4
|
+
"version": "1.19.32",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.19.32": {
|
|
7
|
+
"en": "bugfix await this.ObjectExists",
|
|
8
|
+
"de": "bugfix warten darauf. ObjekteExperimente",
|
|
9
|
+
"ru": "багфикс, жди этого. Объекты существуют",
|
|
10
|
+
"pt": "bugfix espera por isto. O objeto existe",
|
|
11
|
+
"nl": "bugfix wacht hier op. ObjectBestaat",
|
|
12
|
+
"fr": "bugfix attend ça. Objet Existe",
|
|
13
|
+
"it": "bugfix aspetta questo. OBIETTIVI",
|
|
14
|
+
"es": "bugfix espera esto. ObjectExists",
|
|
15
|
+
"pl": "bugfix czeka na to. ObjectExists",
|
|
16
|
+
"uk": "виправлено помилку. Об'єкти",
|
|
17
|
+
"zh-cn": "bugfix 等待这个 。 对象存在"
|
|
18
|
+
},
|
|
19
|
+
"1.19.31": {
|
|
20
|
+
"en": "add try catch for adding filter (strage bug)",
|
|
21
|
+
"de": "fügen sie versuchen zu fangen für das hinzufügen von filter (strge bug)",
|
|
22
|
+
"ru": "добавить try catch для добавления фильтра (strage bug)",
|
|
23
|
+
"pt": "adicionar tentativa de captura para adicionar filtro (erro de fita)",
|
|
24
|
+
"nl": "add catch for add filter (strage bug)",
|
|
25
|
+
"fr": "ajouter une capture pour ajouter un filtre",
|
|
26
|
+
"it": "aggiungere la cattura per l'aggiunta di filtro (insetto di sforzo)",
|
|
27
|
+
"es": "añadir probar captura para añadir filtro (falta de tracción)",
|
|
28
|
+
"pl": "dodaj chwyt do dodawania filtra (błąd strage)",
|
|
29
|
+
"uk": "додати намагатися ловити для додавання фільтра (перевірити помилки)",
|
|
30
|
+
"zh-cn": "添加添加过滤器的尝试抓取( strage bug)"
|
|
31
|
+
},
|
|
6
32
|
"1.19.30": {
|
|
7
33
|
"en": "add simulation of Position for cover",
|
|
8
34
|
"de": "simulation von Position für Cover hinzufügen",
|
|
@@ -67,32 +93,6 @@
|
|
|
67
93
|
"pl": "budować wewnętrzny logowanie",
|
|
68
94
|
"uk": "створення внутрішнього входу",
|
|
69
95
|
"zh-cn": "建立内部记录"
|
|
70
|
-
},
|
|
71
|
-
"1.19.25": {
|
|
72
|
-
"en": "handle promise rejection before publish",
|
|
73
|
-
"de": "zurückweisung vor der veröffentlichung",
|
|
74
|
-
"ru": "обработать отказ от обещания до публикации",
|
|
75
|
-
"pt": "lidar com rejeição promessa antes de publicar",
|
|
76
|
-
"nl": "de belofteweigering afhandelen voordat deze gepubliceerd wordt",
|
|
77
|
-
"fr": "traiter le rejet de promesse avant de publier",
|
|
78
|
-
"it": "gestire il rifiuto promessa prima di pubblicare",
|
|
79
|
-
"es": "el rechazo de la promesa antes de publicar",
|
|
80
|
-
"pl": "obsługiwać odrzucenie obietnicy przed publikacją",
|
|
81
|
-
"uk": "ручка обіцяє відхилення перед опублікуванням",
|
|
82
|
-
"zh-cn": "在发布前处理拒绝承诺"
|
|
83
|
-
},
|
|
84
|
-
"1.19.24": {
|
|
85
|
-
"en": "assign Filter at startup\nbugfix assign color temperature id in case of no color is configed",
|
|
86
|
-
"de": "filter beim Start zuordnen\nbugfix ordnen sie farbtemperatur id, wenn keine farbe konfisziert wird",
|
|
87
|
-
"ru": "назначение фильтра при запуске\nbugfix присваивает цветовую температуру id в случае отсутствия цвета",
|
|
88
|
-
"pt": "atribuir o Filtro na inicialização\nbugfix atribuir id de temperatura de cor no caso de nenhuma cor ser configurada",
|
|
89
|
-
"nl": "filter toewijzen bij opstarten\nbugfix kleurtemperatuur-id toewijzen in geval er geen kleur is ingesteld",
|
|
90
|
-
"fr": "assigner le filtre au démarrage\nbugfix assigner l'id de température de couleur en cas de aucune couleur est configuré",
|
|
91
|
-
"it": "assegnare il filtro all'avvio\nbugfix assegna la temperatura di colore id in caso di nessun colore è configed",
|
|
92
|
-
"es": "asignar filtro al inicio\nbugfix asigna la temperatura de color id en caso de que no se confite color",
|
|
93
|
-
"pl": "przypisz filtr przy starcie\nbugfix przypisać id temperatury koloru w przypadku braku koloru jest configed",
|
|
94
|
-
"uk": "призначте фільтр на старті\nвиправлення призначає колірну температуру при відсутності кольору",
|
|
95
|
-
"zh-cn": "启动时指定过滤器\n在无颜色时指定颜色温度 id"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
|
@@ -29,10 +29,10 @@ class bridgeMqttClientClass {
|
|
|
29
29
|
|
|
30
30
|
this.client.on('connect', async () => {
|
|
31
31
|
// Assign filter, if present
|
|
32
|
-
if (this.adapter.objectExists('bridge.debug.incommingTopicFilter')) {
|
|
32
|
+
if (await this.adapter.objectExists('bridge.debug.incommingTopicFilter')) {
|
|
33
33
|
this.filter.incomming = (await this.adapter.getStateAsync('bridge.debug.incommingTopicFilter')).val;
|
|
34
34
|
}
|
|
35
|
-
if (this.adapter.objectExists('bridge.debug.outgoingTopicFilter')) {
|
|
35
|
+
if (await this.adapter.objectExists('bridge.debug.outgoingTopicFilter')) {
|
|
36
36
|
this.filter.outgoing = (await this.adapter.getStateAsync('bridge.debug.outgoingTopicFilter')).val;
|
|
37
37
|
}
|
|
38
38
|
if (!this.internalConnectionstate) {
|