iobroker.lorawan 1.13.7 → 1.13.8

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.13.8 (2025-09-07)
27
+ * (BenAhrdt) Add Tabfunctionality to Adapter (info to some states)
28
+
26
29
  ### 1.13.7 (2025-09-07)
27
30
  * (BenAhrdt) More Informations in Tab
28
31
  * (BenAhrdt) Additionals States for published ids & subscribed topics
@@ -45,13 +45,13 @@
45
45
  }
46
46
  }
47
47
  },
48
- "_SubscribedTopics":{
49
- "type": "panel",
50
- "label": "_SubscribedTopics",
48
+ "_SubscribedTopics":{
49
+ "type": "panel",
50
+ "label": "_SubscribedTopics",
51
51
  "items": {
52
52
  "_SubscribedTopics":{
53
53
  "type": "text",
54
- "label": "_SubscribedTopics",
54
+ "label": "_PublishedIds",
55
55
  "defaultSendTo": "getSubscribedTopics",
56
56
  "minRows": 10,
57
57
  "readOnly": true,
@@ -63,7 +63,7 @@
63
63
  "lg": 12,
64
64
  "xl": 12
65
65
  }
66
- }
67
- }
66
+ }
67
+ }
68
68
  }
69
69
  }
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "lorawan",
4
- "version": "1.13.7",
4
+ "version": "1.13.8",
5
5
  "news": {
6
+ "1.13.8": {
7
+ "en": "Add Tabfunctionality to Adapter (info to some states)",
8
+ "de": "Fügen Sie Tabfunktionalität auf Adapter (info zu einigen Staaten) hinzu",
9
+ "ru": "Добавить Tabfunctionality в адаптер (информация для некоторых состояний)",
10
+ "pt": "Adicionar tabfuncionalidade ao adaptador (info para alguns estados)",
11
+ "nl": "Tabfunctionaliteit toevoegen aan adapter (info naar sommige staten)",
12
+ "fr": "Ajouter Tabfonctionnalité à l'adaptateur (info à certains états)",
13
+ "it": "Aggiungi Tabfunzionalità ad Adattatore (info ad alcuni stati)",
14
+ "es": "Añadir Tabfunctionality to Adapter (info to some states)",
15
+ "pl": "Dodaj funkcje tabletu do adaptera (info do niektórych stanów)",
16
+ "uk": "Додати табфункцію до адаптера",
17
+ "zh-cn": "将 Tab 功能添加到适配器( 向一些状态信息)"
18
+ },
6
19
  "1.13.7": {
7
20
  "en": "More Informations in Tab\nAdditionals States for published ids & subscribed topics",
8
21
  "de": "Weitere Informationen in Tab\nZusätzliche Staaten für veröffentlichte ids & abonnierte Themen",
@@ -80,19 +93,6 @@
80
93
  "pl": "Nie sprawdzaj połączenia z mostkiem jeśli nie jest zaznaczone\nDodać Państwo odkryte Ids",
81
94
  "uk": "Не перевірте підключення до мосту, якщо не вибрано\nДодати Державні відкриті Ids",
82
95
  "zh-cn": "未选中时不要检查连接到桥\n添加国家发现的IDs"
83
- },
84
- "1.13.1": {
85
- "en": "More Debuglogging\nGeneral Nameing in the functions\nPerformance update fpr rediscover on cron.",
86
- "de": "Mehr zum Debuglogging\nAllgemeine Bezeichnung in den Funktionen\nPerformance Update fpr rediscover auf cron.",
87
- "ru": "Больше Debuglogging\nОбщее наименование в функциях\nОбновление производительности fpr вновь открывается на cron.",
88
- "pt": "Mais Depuração\nNomeação Geral nas funções\nAtualização de desempenho fpr redescobrir no cron.",
89
- "nl": "Meer debuggen\nAlgemene naamgeving in de functies\nPrestatie-update fpr herontdekken op cron.",
90
- "fr": "Plus de débogage\nNom général dans les fonctions\nMise à jour de performance fpr redécouvrir sur cron.",
91
- "it": "Altre informazioni\nNome generale nelle funzioni\nAggiornamento delle prestazioni fpr riscoprire su cron.",
92
- "es": "Más Debuglogging\nNombre general en las funciones\nActualización de rendimiento fpr redescover en cron.",
93
- "pl": "Więcej Debuglogging\nOgólne Napisywanie w funkcjach\nAktualizacja wydajności fpr ponownie odkryć na cron.",
94
- "uk": "Детальніше Debuglog\nЗагальна назва функції\nОновлення продуктивності fpr rediscover на cron.",
95
- "zh-cn": "更多调试日志\n函数中的名称\n性能更新 fpr 重新发现于 cron."
96
96
  }
97
97
  },
98
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.lorawan",
3
- "version": "1.13.7",
3
+ "version": "1.13.8",
4
4
  "description": "converts the desired lora gateway data to a ioBroker structure",
5
5
  "author": {
6
6
  "name": "BenAhrdt",