iobroker.lorawan 1.18.25 → 1.18.26
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 -0
- package/io-package.json +14 -14
- package/lib/modules/bridge.js +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,6 +23,9 @@ 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.18.26 (2025-11-27)
|
|
27
|
+
* (BenAhrdt) remove more logging for testing
|
|
28
|
+
|
|
26
29
|
### 1.18.25 (2025-11-27)
|
|
27
30
|
* (BenAhrdt) remove logging for testing
|
|
28
31
|
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "lorawan",
|
|
4
|
-
"version": "1.18.
|
|
4
|
+
"version": "1.18.26",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.18.26": {
|
|
7
|
+
"en": "remove more logging for testing",
|
|
8
|
+
"de": "entfernen sie mehr protokollierung für tests",
|
|
9
|
+
"ru": "удалить больше журналов для тестирования",
|
|
10
|
+
"pt": "remover mais registro para testes",
|
|
11
|
+
"nl": "meer loggen verwijderen voor testen",
|
|
12
|
+
"fr": "supprimer plus de journalisation pour tester",
|
|
13
|
+
"it": "rimuovere più registrazione per il test",
|
|
14
|
+
"es": "eliminar más registro para pruebas",
|
|
15
|
+
"pl": "usunąć więcej logowania do testowania",
|
|
16
|
+
"uk": "видалити більше журналів для тестування",
|
|
17
|
+
"zh-cn": "删除更多用于测试的日志"
|
|
18
|
+
},
|
|
6
19
|
"1.18.25": {
|
|
7
20
|
"en": "remove logging for testing",
|
|
8
21
|
"de": "entfernen von protokollen für tests",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "Nie pisz wielokrotnego odkrycia w obiekcie wewnętrznym (w przypadku ponownego podłączenia mostu)",
|
|
81
94
|
"uk": "Не писати відкриття декількох в внутрішньому об'єкті (у разі відключення мосту)",
|
|
82
95
|
"zh-cn": "不要在内部对象中写入多个发现( 如果是重联桥)"
|
|
83
|
-
},
|
|
84
|
-
"1.18.19": {
|
|
85
|
-
"en": "possibility to publish one id in spezial and normal entity",
|
|
86
|
-
"de": "möglichkeit, eine id in spezial und normal zu veröffentlichen",
|
|
87
|
-
"ru": "возможность публикации одного идентификатора в пространственной и нормальной сущности",
|
|
88
|
-
"pt": "possibilidade de publicar um id em entidade específica e normal",
|
|
89
|
-
"nl": "mogelijkheid om één id te publiceren in een specifieke en normale entiteit",
|
|
90
|
-
"fr": "possibilité de publier un id en entité spezial et normale",
|
|
91
|
-
"it": "possibilità di pubblicare un id in entità spezial e normale",
|
|
92
|
-
"es": "posibilidad de publicar una id en entidad espacial y normal",
|
|
93
|
-
"pl": "możliwość opublikowania jednego identyfikatora w jednostce spezialnej i normalnej",
|
|
94
|
-
"uk": "можливість опублікувати одну ідентифікацію в спорідненому і нормальному суб’єкті",
|
|
95
|
-
"zh-cn": "在普通实体中公布一个标识的可能性"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
package/lib/modules/bridge.js
CHANGED
|
@@ -1751,7 +1751,6 @@ class bridgeClass {
|
|
|
1751
1751
|
const id = `${this.adapter.namespace}.bridge.dataExchange`;
|
|
1752
1752
|
const deviceObject = await this.adapter.getForeignObjectAsync(id);
|
|
1753
1753
|
options.common = deviceObject.common;
|
|
1754
|
-
this.adapter.log.warn(JSON.stringify(options));
|
|
1755
1754
|
const changeInfo = await this.adapter.getChangeInfo(id);
|
|
1756
1755
|
options.Bridgestate = {
|
|
1757
1756
|
discover: true,
|