iobroker.lorawan 0.0.17 → 0.0.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
@@ -19,6 +19,9 @@ Adapter was created in collaboration with Joerg Froehner LoraWan@hafenmeister.co
19
19
  Placeholder for the next version (at the beginning of the line):
20
20
  ### **WORK IN PROGRESS**
21
21
  -->
22
+ ### 0.0.18 (2024-01-25)
23
+ * (BenAhrdt) remove wrong warn logging
24
+
22
25
  ### 0.0.17 (2024-01-25)
23
26
  * (BenAhrdt) changed Handling of standard configurations
24
27
 
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "lorawan",
4
- "version": "0.0.17",
4
+ "version": "0.0.18",
5
5
  "news": {
6
+ "0.0.18": {
7
+ "en": "remove wrong warn logging",
8
+ "de": "falsche warnen protokollierung entfernen",
9
+ "ru": "удалить неправильные предупреждения",
10
+ "pt": "remover registro de aviso errado",
11
+ "nl": "foutmelding verwijderen",
12
+ "fr": "supprimer les avertissements erronés",
13
+ "it": "rimuovere l'avvertenza sbagliata",
14
+ "es": "eliminar el registro incorrecto",
15
+ "pl": "usunąć nieprawidłowe logowanie ostrzeżeń",
16
+ "uk": "видалити неправильний попереджати залоги",
17
+ "zh-cn": "删除错误的警告记录"
18
+ },
6
19
  "0.0.17": {
7
20
  "en": "changed Handling of standard configurations",
8
21
  "de": "geänderte Handhabung von Standardkonfigurationen",
@@ -80,19 +93,6 @@
80
93
  "pl": "zmiana przepływu w dół",
81
94
  "uk": "зміна потоку вниз",
82
95
  "zh-cn": "下行链路的改变"
83
- },
84
- "0.0.11": {
85
- "en": "toSend und lastSend added to folders",
86
- "de": "toSend und lastSend in Ordnern hinzugefügt",
87
- "ru": "toSend und lastSend добавлен в папки",
88
- "pt": "toSend und lastSend adicionado a pastas",
89
- "nl": "toSend und lastSend toegevoegd aan mappen",
90
- "fr": "toSend und lastSend ajouté aux dossiers",
91
- "it": "toSend und lastSend aggiunto alle cartelle",
92
- "es": "toSend und lastSend añadido a carpetas",
93
- "pl": "toSend und lastSend dodany do folderów",
94
- "uk": "toSend und lastSend додано до папок",
95
- "zh-cn": "到文件夹中发送最后的发送"
96
96
  }
97
97
  },
98
98
  "title": "LoRaWAN",
@@ -76,7 +76,6 @@ class downlinkConfighandlerClass {
76
76
  downlinkConfig = this.activeDownlinkConfigs[deviceType][changeInfo.changedState];
77
77
  if(deviceType !== "all"){
78
78
  foundLength = deviceType.length;
79
- this.adapter.log.warn(deviceType + " state:" + changeInfo.changedState + " fl: " + foundLength);
80
79
  }
81
80
  }
82
81
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.lorawan",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "converts the desired lora gateway data to a ioBroker structure",
5
5
  "author": {
6
6
  "name": "BenAhrdt",