iobroker.lorawan 1.20.17 → 1.20.18

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 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.20.18 (2026-01-27)
27
+ * (BenAhrdt) bugfix nameing incomingTopic
28
+
26
29
  ### 1.20.17 (2026-01-27)
27
30
  * (BenAhrdt) implement Device details
28
31
 
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "lorawan",
4
- "version": "1.20.17",
4
+ "version": "1.20.18",
5
5
  "news": {
6
+ "1.20.18": {
7
+ "en": "bugfix nameing incomingTopic",
8
+ "de": "bugfix Nameing eingehend Thema",
9
+ "ru": "bugfix Имя входящего Тема",
10
+ "pt": "correcção de erros a dar entrada Tópico",
11
+ "nl": "bugfix-naam binnenkomend Onderwerp",
12
+ "fr": "bugfix nominant entrant Thème",
13
+ "it": "bugfix nome in arrivo Argomento",
14
+ "es": "bugfix nombre entrante Tema",
15
+ "pl": "nadchodzące nazewnictwo bugfix Temat",
16
+ "uk": "виправлення ім'я користувача Головна",
17
+ "zh-cn": "正在接收错误修正名称 专题"
18
+ },
6
19
  "1.20.17": {
7
20
  "en": "implement Device details",
8
21
  "de": "durchführung Gerätedetails",
@@ -80,19 +93,6 @@
80
93
  "pl": "powrót do root getCnageInfo",
81
94
  "uk": "повернення в корінь GetCnageInfo",
82
95
  "zh-cn": "返回到 root 获取CnageInfo"
83
- },
84
- "1.20.9": {
85
- "en": "experimental for form",
86
- "de": "experiment für form",
87
- "ru": "экспериментальная форма",
88
- "pt": "experimental para forma",
89
- "nl": "experimenteel voor vorm",
90
- "fr": "expérimental pour la forme",
91
- "it": "sperimentale per forma",
92
- "es": "experimental para forma",
93
- "pl": "eksperymentalne dla formy",
94
- "uk": "експериментальна форма",
95
- "zh-cn": "实验形式"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -116,7 +116,7 @@ class bridgeMqttClientClass {
116
116
  if (await this.adapter.objectExists('bridge.debug.incomingTopic')) {
117
117
  if (topic.includes(this.filter.incoming)) {
118
118
  await this.adapter.setState('bridge.debug.incomingTopic', topic, true);
119
- await this.adapter.setState('bridge.debug.incommngPayload', payload, true);
119
+ await this.adapter.setState('bridge.debug.incomingPayload', payload, true);
120
120
  }
121
121
  }
122
122
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.lorawan",
3
- "version": "1.20.17",
3
+ "version": "1.20.18",
4
4
  "description": "converts the desired lora gateway data to a ioBroker structure",
5
5
  "author": {
6
6
  "name": "BenAhrdt",