iobroker.lorawan 1.22.17 → 1.22.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
@@ -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.18 (2026-06-16)
28
+ - (BenAhrdt) Testversion, ohne info. schreiben
29
+
27
30
  ### 1.22.17 (2026-06-07)
28
31
  - (BenAhrdt) Fixed writing valid zero values from bridged Home Assistant entities to ioBroker states.
29
32
 
@@ -37,10 +40,6 @@ For now there is documentation in English here: https://wiki.hafenmeister.de
37
40
  - (BenAhrdt) ToIob suports hs mode for color (light)
38
41
  - (BenAhrdt) issues from depandabot
39
42
 
40
- ### 1.22.13 (2026-05-25)
41
- - (BenAhrdt) Changes in io-package.
42
- - (BenAhrdt) Changes in package.json
43
-
44
43
  [Older changes can be found there](CHANGELOG_OLD.md)
45
44
 
46
45
  ## License
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "lorawan",
4
- "version": "1.22.17",
4
+ "version": "1.22.18",
5
5
  "news": {
6
+ "1.22.18": {
7
+ "en": "Testversion, ohne info. schreiben",
8
+ "de": "Testversion, ohne Info. schreiben",
9
+ "ru": "Тестирование, ohne info. schreiben",
10
+ "pt": "Testversion, ohne info. schreiben",
11
+ "nl": "Testversie, ohne info. schreiben",
12
+ "fr": "Testversion, ohne info. schreiben",
13
+ "it": "Testversion, ohne info. schreiben",
14
+ "es": "Testversion, ohne info. schreiben",
15
+ "pl": "Testversion, ohne info. schreiben",
16
+ "uk": "Тестування, ohne info. schreiben",
17
+ "zh-cn": "Testversion, ohne info. schreiben (英语)"
18
+ },
6
19
  "1.22.17": {
7
20
  "en": "Fixed writing valid zero values from bridged Home Assistant entities to ioBroker states.",
8
21
  "de": "Behobenes Schreiben gültige Nullwerte von überbrückten Home Assistant-Einheiten zu ioBroker-Staaten.",
@@ -80,19 +93,6 @@
80
93
  "pl": "Adapter wymaga node.js > = 22\nDomyślny most wszystko downlink.control i uplin.decoded most",
81
94
  "uk": "Адаптер вимагає node.js >= 22 тепер\nJavaScript licenses API Веб-сайт Go1.13.8",
82
95
  "zh-cn": "适配器需要节点.js 现在22\n默认桥全部下行链路. control and uplin.decoded to bridge"
83
- },
84
- "1.22.11": {
85
- "en": "correct default value for pause (worx)",
86
- "de": "korrekter standardwert für pause (worx)",
87
- "ru": "правильное значение по умолчанию для паузы (worx)",
88
- "pt": "valor padrão correto para pausa (worx)",
89
- "nl": "correcte standaard waarde voor pauze (worx)",
90
- "fr": "corriger la valeur par défaut pour la pause (worx)",
91
- "it": "corretto valore predefinito per pausa (worx)",
92
- "es": "valor predeterminado correcto para la pausa (worx)",
93
- "pl": "poprawna wartość domyślna dla pauzy (worx)",
94
- "uk": "виправлено значення за замовчуванням для паузи (worx)",
95
- "zh-cn": "校正暂停( worx) 的默认值"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -380,11 +380,11 @@ class bridgeClass extends EventEmiter {
380
380
  * Write Subscribed Topics
381
381
  */
382
382
  async writeSubscribedTopics() {
383
- await this.adapter.setState(
383
+ /*await this.adapter.setState(
384
384
  'info.subscribedTopics',
385
385
  { val: JSON.stringify(this.SubscribedTopics), c: 'from bridge' },
386
386
  true,
387
- );
387
+ );vorerst Test*/
388
388
  }
389
389
  /**
390
390
  * @param {string} hex value of the color
@@ -1097,7 +1097,7 @@ class bridgeClass extends EventEmiter {
1097
1097
  options.retain = true;
1098
1098
  }
1099
1099
  await this.bridgeMqttClient.publish(topic, value, options);
1100
- await this.adapter.setState('info.publishedIds', JSON.stringify(this.PublishedIds), true);
1100
+ /*await this.adapter.setState('info.publishedIds', JSON.stringify(this.PublishedIds), true); vorerst Test*/
1101
1101
  }
1102
1102
 
1103
1103
  /* alt 26.11.2025
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.lorawan",
3
- "version": "1.22.17",
3
+ "version": "1.22.18",
4
4
  "description": "converts the desired lora gateway data to a ioBroker structure",
5
5
  "author": {
6
6
  "name": "BenAhrdt",