iobroker.lorawan 1.22.12 → 1.22.13

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,9 +24,13 @@ 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.13 (2026-05-25)
28
+ - (BenAhrdt) Changes in io-package.
29
+ - (BenAhrdt) Changes in package.json
30
+
27
31
  ### 1.22.12 (2026-05-09)
28
32
  - (copilot) Adapter requires node.js >= 22 now
29
- * (BenAhrdt) Default Bridge all downlink.control and uplin.decoded to bridge
33
+ * (BenAhrdt) Default Bridge all downlink.control and uplink.decoded to bridge
30
34
 
31
35
  ### 1.22.11 (2026-04-20)
32
36
  * (BenAhrdt) correct default value for pause (worx)
@@ -37,14 +41,21 @@ For now there is documentation in English here: https://wiki.hafenmeister.de
37
41
  ### 1.22.9 (2026-04-20)
38
42
  * (BenAhrdt) error resolve git push
39
43
 
40
- ### 1.22.8 (2026-04-20)
41
- * (BenAhrdt) implements first commands and states of lawn mower
42
-
43
44
  ### Older entries
44
- [here](OLD_CHANGELOG.md)
45
45
 
46
46
  [Older changelogs can be found there](CHANGELOG_OLD.md)
47
47
 
48
+ ## DISCLAIMER
49
+ The rights of the trademarks and company names,
50
+ remain with their owners and have no relation to this adapter.
51
+ The fairuse policy must continue to be adhered to by the operator of the adapter.
52
+ If this repository is forked, it must be cited as the source.
53
+
54
+ LoRa® is a registered trademark or service
55
+ mark of Semtech Corporation or its affilantes.
56
+
57
+ LoRaWAN® is a licensed mark.
58
+
48
59
  ## License
49
60
  MIT License
50
61
 
@@ -68,14 +79,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
68
79
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
69
80
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
70
81
  SOFTWARE.
71
-
72
- ## DISCLAIMER
73
- The rights of the trademarks and company names,
74
- remain with their owners and have no relation to this adapter.
75
- The fairuse policy must continue to be adhered to by the operator of the adapter.
76
- If this repository is forked, it must be cited as the source.
77
-
78
- LoRa® is a registered trademark or service
79
- mark of Semtech Corporation or its affilantes.
80
-
81
- LoRaWAN® is a licensed mark.
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "lorawan",
4
- "version": "1.22.12",
4
+ "version": "1.22.13",
5
5
  "news": {
6
+ "1.22.13": {
7
+ "en": "Changes in io-package.\nChanges in package.json",
8
+ "de": "Änderungen im io-Paket.\nÄnderungen im Paket.json",
9
+ "ru": "Изменения в io-пакете.\nИзменения в package.json",
10
+ "pt": "Alterações no pacote io.\nAlterações no package.json",
11
+ "nl": "Wijzigingen in de verpakking.\nWijzigingen in package.json",
12
+ "fr": "Changements dans l'emballage.\nChangements dans package.json",
13
+ "it": "Cambiamenti nel pacchetto io.\nModifiche nel pacchetto.json",
14
+ "es": "Cambios en io-paquete.\nCambios en package.json",
15
+ "pl": "Zmiany w pakiecie jo-.\nZmiany w package.json",
16
+ "uk": "Зміни в io-package.\nЗміни в package.json",
17
+ "zh-cn": "Io包装的变化.\n软件包的变化 json"
18
+ },
6
19
  "1.22.12": {
7
20
  "en": "Adapter requires node.js >= 22 now\nDefault Bridge all downlink.control and uplin.decoded to bridge",
8
21
  "de": "Adapter benötigt node.js >= 22 jetzt\nDefault Bridge all downlink.control und uplin.decodiert zur Brücke",
@@ -80,19 +93,6 @@
80
93
  "pl": "bugfix pokrywa końcowa otwarta",
81
94
  "uk": "відновлення пароля",
82
95
  "zh-cn": "bugfix 封面结束位置打开"
83
- },
84
- "1.22.5": {
85
- "en": "bugfix displaying buttons in dM cards",
86
- "de": "bugfix Anzeigetasten in dM-Karten",
87
- "ru": "bugfix отображение кнопок в картах dM",
88
- "pt": "correcção de erros a mostrar botões nas cartas dM",
89
- "nl": "bugfix tonen van knoppen in dM-kaarten",
90
- "fr": "bugfix affichant les boutons dans les cartes dM",
91
- "it": "pulsanti di visualizzazione bugfix nelle schede dM",
92
- "es": "botones de visualización de bugfix en tarjetas dM",
93
- "pl": "bugfix wyświetlanie przycisków w kartach dM",
94
- "uk": "кнопки відображення помилок в dM-картах",
95
- "zh-cn": "在 dM 纸卡中显示按钮"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -619,6 +619,7 @@
619
619
  "common": {
620
620
  "type": "string",
621
621
  "name": "message to bridge",
622
+ "role": "state",
622
623
  "read": true,
623
624
  "write": true,
624
625
  "def": ""
@@ -270,7 +270,7 @@ class assignhandlerClass {
270
270
  'downlink.control': {
271
271
  assignfunction: this.commonAssign,
272
272
  common: {
273
- role: 'switch.setting',
273
+ role: 'switch.mode.mode2',
274
274
  },
275
275
  },
276
276
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.lorawan",
3
- "version": "1.22.12",
3
+ "version": "1.22.13",
4
4
  "description": "converts the desired lora gateway data to a ioBroker structure",
5
5
  "author": {
6
6
  "name": "BenAhrdt",
@@ -33,16 +33,16 @@
33
33
  "node-schedule": "^2.1.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@alcalzone/release-script": "^5.1.1",
37
- "@alcalzone/release-script-plugin-iobroker": "^5.1.2",
38
- "@alcalzone/release-script-plugin-license": "^5.1.1",
39
- "@alcalzone/release-script-plugin-manual-review": "^5.1.1",
36
+ "@alcalzone/release-script": "^5.2.0",
37
+ "@alcalzone/release-script-plugin-iobroker": "^5.2.0",
38
+ "@alcalzone/release-script-plugin-license": "^5.2.0",
39
+ "@alcalzone/release-script-plugin-manual-review": "^5.2.0",
40
40
  "@iobroker/adapter-dev": "^1.5.0",
41
41
  "@iobroker/eslint-config": "^2.2.0",
42
42
  "@iobroker/testing": "^5.2.2",
43
43
  "@tsconfig/node20": "^20.1.9",
44
44
  "@types/lodash": "^4.17.24",
45
- "@types/node": "^25.6.0",
45
+ "@types/node": "^22.19.19",
46
46
  "typescript": "~5.9.3"
47
47
  },
48
48
  "main": "main.js",