iobroker.lorawan 1.22.14 → 1.22.15

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.15 (2026-06-05)
28
+ - (BenAhrdt) Add roles for some new devices
29
+
27
30
  ### 1.22.14 (2026-06-03)
28
31
  - (BenAhrdt) ToIob suports hs mode for color (light)
29
32
  - (BenAhrdt) issues from depandabot
@@ -39,20 +42,6 @@ For now there is documentation in English here: https://wiki.hafenmeister.de
39
42
  ### 1.22.11 (2026-04-20)
40
43
  * (BenAhrdt) correct default value for pause (worx)
41
44
 
42
- ### 1.22.10 (2026-04-20)
43
- * (BenAhrdt) implements button in card
44
-
45
- [Older changelogs can be found there](CHANGELOG_OLD.md)## DISCLAIMER
46
- The rights of the trademarks and company names,
47
- remain with their owners and have no relation to this adapter.
48
- The fairuse policy must continue to be adhered to by the operator of the adapter.
49
- If this repository is forked, it must be cited as the source.
50
-
51
- LoRa® is a registered trademark or service
52
- mark of Semtech Corporation or its affilantes.
53
-
54
- LoRaWAN® is a licensed mark.
55
-
56
45
  ## License
57
46
  MIT License
58
47
 
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "lorawan",
4
- "version": "1.22.14",
4
+ "version": "1.22.15",
5
5
  "news": {
6
+ "1.22.15": {
7
+ "en": "Add roles for some new devices",
8
+ "de": "Rollen für einige neue Geräte hinzufügen",
9
+ "ru": "Добавить роли для некоторых новых устройств",
10
+ "pt": "Adicionar funções para alguns dispositivos novos",
11
+ "nl": "Rolletjes toevoegen voor sommige nieuwe apparaten",
12
+ "fr": "Ajouter des rôles pour certains nouveaux appareils",
13
+ "it": "Aggiungi ruoli per alcuni nuovi dispositivi",
14
+ "es": "Agregar roles para algunos nuevos dispositivos",
15
+ "pl": "Dodaj role dla niektórych nowych urządzeń",
16
+ "uk": "Додати ролі для деяких нових пристроїв",
17
+ "zh-cn": "为一些新设备添加角色"
18
+ },
6
19
  "1.22.14": {
7
20
  "en": "ToIob suports hs mode for color (light)\nissues from depandabot",
8
21
  "de": "ToIob suports hs mode für color (light)\nfragen von depandabot",
@@ -80,19 +93,6 @@
80
93
  "pl": "błąd rozwiązać git push",
81
94
  "uk": "виправлення помилок git push",
82
95
  "zh-cn": "错误解析 git 推"
83
- },
84
- "1.22.7": {
85
- "en": "add more device_class entries to assign roles",
86
- "de": "mehr device class einträge hinzufügen, um rollen zuzuordnen",
87
- "ru": "добавить больше записей device class для назначения ролей",
88
- "pt": "adicionar mais entradas de dispositivo classe para atribuir funções",
89
- "nl": "voeg meer apparaat klasse items toe om rollen toe te wijzen",
90
- "fr": "ajouter plus d'entrées de classe de périphérique pour attribuer des rôles",
91
- "it": "aggiungere più voci di device class per assegnare ruoli",
92
- "es": "añadir más entradas de dispositivo clase para asignar roles",
93
- "pl": "dodaj więcej wpisów _ device _ class do przypisywania ról",
94
- "uk": "add more device class записів для позначення ролей",
95
- "zh-cn": "添加更多设备 类条目以指定角色"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -316,6 +316,16 @@ class assignhandlerClass {
316
316
  },
317
317
  },
318
318
  },
319
+ Occupied: {
320
+ approvedFolders: {
321
+ 'uplink.decoded': {
322
+ assignfunction: this.commonAssign,
323
+ common: {
324
+ role: 'sensor.motion',
325
+ },
326
+ },
327
+ },
328
+ },
319
329
  Open: {
320
330
  approvedFolders: {
321
331
  'uplink.decoded': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.lorawan",
3
- "version": "1.22.14",
3
+ "version": "1.22.15",
4
4
  "description": "converts the desired lora gateway data to a ioBroker structure",
5
5
  "author": {
6
6
  "name": "BenAhrdt",