iobroker.lorawan 0.1.11 → 0.1.12

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
@@ -22,6 +22,9 @@ For now there is documentation in English here: http://www.hafenmeister.com/Lora
22
22
  Placeholder for the next version (at the beginning of the line):
23
23
  ### **WORK IN PROGRESS**
24
24
  -->
25
+ ### 0.1.12 (2024-02-09)
26
+ * (BenAhrdt) default value crc config bug fixed
27
+
25
28
  ### 0.1.11 (2024-02-09)
26
29
  * (BenAhrdt) min / max values for downlink-configs (number)
27
30
 
@@ -64,10 +64,10 @@
64
64
  "no crc": "Keine Prüfumme hinzufügen",
65
65
  "limitMin": "Minimum begrenzen",
66
66
  "limitMinTooltip": "Begrenzt die Möglichkeit von Eingaben in negativer Richtung ein",
67
- "limitMinValue": "Mindest. Wert",
67
+ "limitMinValue": "Mindestwert",
68
68
  "limitMinValueTooltip": "Geben Sie den Grenzwert in negativer Richtung ein",
69
69
  "limitMax": "Maximum begrenzen",
70
70
  "limitMaxTooltip": "Begrenzt die Möglichkeit von Eingaben in positiver Richtung ein",
71
- "limitMaxValue": "max. Wert",
71
+ "limitMaxValue": "Maximalwert",
72
72
  "limitMaxValueTooltip": "Geben Sie den Grenzwert in positiver Richtung ein"
73
73
  }
@@ -339,7 +339,7 @@
339
339
  {"label":"KERMIT","value":"KERMIT"},
340
340
  {"label":"KERMIT (Little Endian)","value":"KERMIT.LittleEndian"}
341
341
  ],
342
- "default": "no crc",
342
+ "default": "noCrc",
343
343
  "sm":2
344
344
  },
345
345
  {
@@ -362,7 +362,6 @@
362
362
  "sm":1
363
363
  },
364
364
  {
365
- "newLine": true,
366
365
  "type": "checkbox",
367
366
  "attr": "limitMax",
368
367
  "label": "limitMax",
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "lorawan",
4
- "version": "0.1.11",
4
+ "version": "0.1.12",
5
5
  "news": {
6
+ "0.1.12": {
7
+ "en": "default value crc config bug fixed",
8
+ "de": "standardwert crc config bug behoben",
9
+ "ru": "по умолчанию",
10
+ "pt": "valor padrão crc config bug corrigido",
11
+ "nl": "standaard waarde crc config bug vast",
12
+ "fr": "valeur par défaut crc config bug corrigé",
13
+ "it": "valore predefinito crc config bug fisso",
14
+ "es": "valor predeterminado crc config error fijo",
15
+ "pl": "wartość domyślna błąd konfiguracyjny crc",
16
+ "uk": "за замовчуванням значення crc config fix",
17
+ "zh-cn": "默认值 crc 配置错误已修正"
18
+ },
6
19
  "0.1.11": {
7
20
  "en": "min / max values for downlink-configs (number)",
8
21
  "de": "min / max werte für downlink-konfigs (anzahl)",
@@ -80,19 +93,6 @@
80
93
  "pl": "implikacje swap bajtów",
81
94
  "uk": "напляскване",
82
95
  "zh-cn": "杂质字节互换"
83
- },
84
- "0.1.5": {
85
- "en": "remove units and insert roles",
86
- "de": "einheiten entfernen und rollen einfügen",
87
- "ru": "удалить единицы и вставить роли",
88
- "pt": "remover unidades e inserir funções",
89
- "nl": "eenheden verwijderen en rollen invoegen",
90
- "fr": "supprimer les unités et insérer les rôles",
91
- "it": "rimuovere unità e inserire ruoli",
92
- "es": "eliminar unidades e insertar funciones",
93
- "pl": "usunąć jednostki i wstawić role",
94
- "uk": "видалення елементів і вставки ролі",
95
- "zh-cn": "删除单位并插入角色"
96
96
  }
97
97
  },
98
98
  "title": "LoRaWAN",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.lorawan",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "converts the desired lora gateway data to a ioBroker structure",
5
5
  "author": {
6
6
  "name": "BenAhrdt",