iobroker.lorawan 1.22.18 → 1.22.19

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
@@ -24,6 +24,9 @@ For now there is documentation in English here: https://wiki.hafenmeister.de
24
24
  Placeholder for the next version (at the beginning of the line):
25
25
  ### **WORK IN PROGRESS**
26
26
  -->
27
+ ### 1.22.19 (2026-06-16)
28
+ - (BenAhrdt) Test durch fehlerhaften git commit
29
+
27
30
  ### 1.22.18 (2026-06-16)
28
31
  - (BenAhrdt) Testversion, ohne info. schreiben
29
32
 
@@ -36,10 +39,6 @@ For now there is documentation in English here: https://wiki.hafenmeister.de
36
39
  ### 1.22.15 (2026-06-05)
37
40
  - (BenAhrdt) Add roles for some new devices
38
41
 
39
- ### 1.22.14 (2026-06-03)
40
- - (BenAhrdt) ToIob suports hs mode for color (light)
41
- - (BenAhrdt) issues from depandabot
42
-
43
42
  [Older changes can be found there](CHANGELOG_OLD.md)
44
43
 
45
44
  ## License
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "lorawan",
4
- "version": "1.22.18",
4
+ "version": "1.22.19",
5
5
  "news": {
6
+ "1.22.19": {
7
+ "en": "Test durch fehlerhaften git commit",
8
+ "de": "Test durch fehlerhaften git commit",
9
+ "ru": "Тестирование durch fehlerhaften",
10
+ "pt": "Teste durch fehlerhaften git commit",
11
+ "nl": "Test durch fehlerhoften git commit",
12
+ "fr": "Tester l'engagement de fehlerhaften git",
13
+ "it": "Test durch fehlerhaften git commit",
14
+ "es": "Test durch fehlerhaften git commit",
15
+ "pl": "Test durch fehlerhaften git commit",
16
+ "uk": "Тест дюх fehlerhaften git commit",
17
+ "zh-cn": "测试 fehlerhaften git 执行"
18
+ },
6
19
  "1.22.18": {
7
20
  "en": "Testversion, ohne info. schreiben",
8
21
  "de": "Testversion, ohne Info. schreiben",
@@ -80,19 +93,6 @@
80
93
  "pl": "Zmiany w pakiecie jo-.\nZmiany w package.json",
81
94
  "uk": "Зміни в io-package.\nЗміни в package.json",
82
95
  "zh-cn": "Io包装的变化.\n软件包的变化 json"
83
- },
84
- "1.22.12": {
85
- "en": "Adapter requires node.js >= 22 now\nDefault Bridge all downlink.control and uplin.decoded to bridge",
86
- "de": "Adapter benötigt node.js >= 22 jetzt\nDefault Bridge all downlink.control und uplin.decodiert zur Brücke",
87
- "ru": "Адаптер требует node.js >= 22 сейчас\nDefault Bridge all downlink.control and uplin.decoded to Bridge скачать бесплатно",
88
- "pt": "Adaptador requer nod.js >= 22 agora\nPonte padrão todos downlink.control e uplin.decoded para ponte",
89
- "nl": "Voor de adapter zijn node.js < 22 nu nodig\nStandaard brug alle downlink.control en uplin.decodeerd naar brug",
90
- "fr": "Adaptateur nécessite node.js >= 22 maintenant\nPar défaut Bridge all downlink.control et uplin.decoded to bridge",
91
- "it": "Adattatore richiede node.js >= 22 ora\nDefault Bridge all downlink.control e uplin.decoded to bridge",
92
- "es": "Adaptador requiere node.js ю= 22 ahora\nDefault Bridge all downlink.control y uplin.decoded to bridge",
93
- "pl": "Adapter wymaga node.js > = 22\nDomyślny most wszystko downlink.control i uplin.decoded most",
94
- "uk": "Адаптер вимагає node.js >= 22 тепер\nJavaScript licenses API Веб-сайт Go1.13.8",
95
- "zh-cn": "适配器需要节点.js 现在22\n默认桥全部下行链路. control and uplin.decoded to bridge"
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.22.18",
3
+ "version": "1.22.19",
4
4
  "description": "converts the desired lora gateway data to a ioBroker structure",
5
5
  "author": {
6
6
  "name": "BenAhrdt",