iobroker.lorawan 1.18.24 → 1.18.25

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.18.25 (2025-11-27)
27
+ * (BenAhrdt) remove logging for testing
28
+
26
29
  ### 1.18.24 (2025-11-27)
27
30
  * (BenAhrdt) add dataExchange between Adapter and Bridge-Partner (Complex JSON possible)
28
31
 
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "lorawan",
4
- "version": "1.18.24",
4
+ "version": "1.18.25",
5
5
  "news": {
6
+ "1.18.25": {
7
+ "en": "remove logging for testing",
8
+ "de": "entfernen von protokollen für tests",
9
+ "ru": "удаление бревен для тестирования",
10
+ "pt": "remover o registo para testes",
11
+ "nl": "verwijderen logging voor het testen",
12
+ "fr": "supprimer l'enregistrement pour les essais",
13
+ "it": "rimuovere logging per il test",
14
+ "es": "eliminar registro para pruebas",
15
+ "pl": "usunąć logowanie do testowania",
16
+ "uk": "видалення загартування для тестування",
17
+ "zh-cn": "删除用于测试的日志"
18
+ },
6
19
  "1.18.24": {
7
20
  "en": "add dataExchange between Adapter and Bridge-Partner (Complex JSON possible)",
8
21
  "de": "daten hinzufügen Austausch zwischen Adapter und Bridge-Partner (Komplex JSON möglich)",
@@ -80,19 +93,6 @@
80
93
  "pl": "możliwość opublikowania jednego identyfikatora w jednostce spezialnej i normalnej",
81
94
  "uk": "можливість опублікувати одну ідентифікацію в спорідненому і нормальному суб’єкті",
82
95
  "zh-cn": "在普通实体中公布一个标识的可能性"
83
- },
84
- "1.18.18": {
85
- "en": "Bugfix limit sitch topic to state_topic",
86
- "de": "Bugfix limit sitch Thema zu state_topic",
87
- "ru": "Bugfix ограничивает тему ситча state_topic",
88
- "pt": "Assunto de configuração limite de Bugfix para state_topic",
89
- "nl": "Bugfix limit sitch topic to state_topic",
90
- "fr": "Bugfix limit sitch topic to state_topic",
91
- "it": "Bugfix limit sitch argomento a state_topic",
92
- "es": "Bugfix límite de sitch tema a state_topic",
93
- "pl": "Temat limit bugfix do stanu _ topic",
94
- "uk": "Виправлення ліміту висихання до стану_topic",
95
- "zh-cn": "错误fix 将 sitch 话题限制为状态_ title"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -1186,7 +1186,6 @@ class bridgeClass {
1186
1186
  }
1187
1187
  }
1188
1188
  const StateName = changeInfo.id.substring(indexOfStatebegin, changeInfo.id.length);
1189
- this.adapter.log.warn(StateName);
1190
1189
  //const normalizedStateName = this.normalizeString(StateName); 08.11.2025 BeSc dont needed anymore with chenge below
1191
1190
  let DeviceIdentifier;
1192
1191
  if (options && options.internal) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.lorawan",
3
- "version": "1.18.24",
3
+ "version": "1.18.25",
4
4
  "description": "converts the desired lora gateway data to a ioBroker structure",
5
5
  "author": {
6
6
  "name": "BenAhrdt",