iobroker.lorawan 1.18.50 → 1.18.51

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.51 (2025-12-20)
27
+ * (BenAhrdt) add "Temperatur" to autmatic assign
28
+
26
29
  ### 1.18.50 (2025-12-16)
27
30
  * (BenAhrdt) filter in Debug mode (dev tool)
28
31
 
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "lorawan",
4
- "version": "1.18.50",
4
+ "version": "1.18.51",
5
5
  "news": {
6
+ "1.18.51": {
7
+ "en": "add \"Temperatur\" to autmatic assign",
8
+ "de": "\"Temperatur\" zu autmatic assign hinzufügen",
9
+ "ru": "добавить \"Temperatur\" в аутматическое назначение",
10
+ "pt": "adicionar \"Temperatur\" à atribuição autmática",
11
+ "nl": "\"Temperatur\" toevoegen aan autmatisch toewijzen",
12
+ "fr": "ajouter \"Temperatur\" à l'attribut autmatique",
13
+ "it": "aggiungere \"Temperatur\" all'assegnazione autmatica",
14
+ "es": "añadir \"Temperatur\" a la asignación autmática",
15
+ "pl": "dodaj \"Temperatur\" do przypisania automatycznego",
16
+ "uk": "додати \"Temperatur\" до тематичного знака",
17
+ "zh-cn": "在自定义中添加“临时”"
18
+ },
6
19
  "1.18.50": {
7
20
  "en": "filter in Debug mode (dev tool)",
8
21
  "de": "filter im Debug-Modus (dev tool)",
@@ -80,19 +93,6 @@
80
93
  "pl": "poprawić wyświetlanie stanu Adapter (yellw / green)",
81
94
  "uk": "поліпшення демонстрації стану адаптера (жовтий / зелений)",
82
95
  "zh-cn": "改进显示适配器状态( yallw / 绿色)"
83
- },
84
- "1.18.44": {
85
- "en": "add mixed to possible value types in config",
86
- "de": "hinzufügen zu möglichen werttypen in config",
87
- "ru": "добавить смешанные возможные типы значений в конфигурацию",
88
- "pt": "adicionar mixed aos possíveis tipos de valor na configuração",
89
- "nl": "gemengd toevoegen aan mogelijke waardetypes in configuratie",
90
- "fr": "ajouter mélangé aux types de valeurs possibles dans config",
91
- "it": "aggiungere misto a possibili tipi di valore in configurazione",
92
- "es": "añadir mixto a posibles tipos de valor en config",
93
- "pl": "dodać mieszane do możliwych typów wartości w konfigu",
94
- "uk": "додати змішані для можливих типів значень в конфігурації",
95
- "zh-cn": "在配置中向可能的值类型添加混合"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -540,6 +540,17 @@ class assignhandlerClass {
540
540
  },
541
541
  },
542
542
  },
543
+ Temperatur: {
544
+ approvedFolders: {
545
+ 'uplink.decoded': {
546
+ assignfunction: this.commonAssign,
547
+ common: {
548
+ role: 'level.temperature',
549
+ unit: '°C',
550
+ },
551
+ },
552
+ },
553
+ },
543
554
  Temperature: {
544
555
  approvedFolders: {
545
556
  'uplink.decoded': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.lorawan",
3
- "version": "1.18.50",
3
+ "version": "1.18.51",
4
4
  "description": "converts the desired lora gateway data to a ioBroker structure",
5
5
  "author": {
6
6
  "name": "BenAhrdt",