iobroker.zigbee 1.9.4 → 1.9.5
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 +5 -1
- package/io-package.json +17 -17
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -134,8 +134,12 @@ You can thank the authors by these links:
|
|
|
134
134
|
-----------------------------------------------------------------------------------------------------
|
|
135
135
|
|
|
136
136
|
## Changelog
|
|
137
|
+
### 1.9.5 (2023-12-29)
|
|
138
|
+
* (arteck) update dependency
|
|
139
|
+
* (arteck) min node 18.x.
|
|
140
|
+
|
|
137
141
|
### 1.9.4 (2023-12-29)
|
|
138
|
-
* (arteck)
|
|
142
|
+
* (arteck) typo
|
|
139
143
|
|
|
140
144
|
### 1.9.3 (2023-12-26)
|
|
141
145
|
* (arteck) last zhc Version 16.x
|
package/io-package.json
CHANGED
|
@@ -1,14 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "zigbee",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.5",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.9.5": {
|
|
7
|
+
"en": "update dependency\nmin node 18.x.",
|
|
8
|
+
"de": "aktualisierung abhängigkeit\nmin node 18.x.",
|
|
9
|
+
"ru": "обновление зависимости\nмин. нода 18.x.",
|
|
10
|
+
"pt": "dependência de atualização\nmin node 18.x.",
|
|
11
|
+
"nl": "vertaling:\n_.",
|
|
12
|
+
"fr": "mettre à jour la dépendance\nmin node 18.x.",
|
|
13
|
+
"it": "dipendenza da aggiornamento\nmin nodo 18.x.",
|
|
14
|
+
"es": "actualización de la dependencia\nmin node 18.x.",
|
|
15
|
+
"pl": "zależności\nwęzeł 18.x.",
|
|
16
|
+
"uk": "оновлення залежності\nхв вузол 18.x.",
|
|
17
|
+
"zh-cn": "更新\n第18.x条."
|
|
18
|
+
},
|
|
6
19
|
"1.9.4": {
|
|
7
|
-
"en": "
|
|
8
|
-
"de": "
|
|
20
|
+
"en": "typo",
|
|
21
|
+
"de": "typo",
|
|
9
22
|
"ru": "тип",
|
|
10
23
|
"pt": "tipo",
|
|
11
|
-
"nl": "type
|
|
24
|
+
"nl": "type",
|
|
12
25
|
"fr": "type",
|
|
13
26
|
"it": "tipo",
|
|
14
27
|
"es": "tipo",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "zależności",
|
|
81
94
|
"uk": "оновлення залежності",
|
|
82
95
|
"zh-cn": "更新"
|
|
83
|
-
},
|
|
84
|
-
"1.8.26": {
|
|
85
|
-
"en": "corr toZigbee message\nadd deviceManager",
|
|
86
|
-
"de": "corr toZigbee Nachricht\nadd-Gerät Manager",
|
|
87
|
-
"ru": "corr toZigbee сообщение\nдобавить устройство менеджер",
|
|
88
|
-
"pt": "mensagem de corrija\nadicionar dispositivo Gerente",
|
|
89
|
-
"nl": "vertaling:\nvoeg Manager",
|
|
90
|
-
"fr": "corr toZigbee message\najouter le dispositif Manager",
|
|
91
|
-
"it": "corr aZigbee messaggio\naggiungere dispositivo Manager",
|
|
92
|
-
"es": "corr toZigbee message\nañadir dispositivo Manager",
|
|
93
|
-
"pl": "kor toZigbee message\ndodać manager",
|
|
94
|
-
"uk": "corr toZigbee повідомлення\nдодати пристрій Менеджер",
|
|
95
|
-
"zh-cn": "信\n增加装置 管理人员"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.zigbee",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.5",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "Kirov Ilya",
|
|
6
6
|
"email": "kirovilya@gmail.com"
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
}
|
|
16
16
|
],
|
|
17
17
|
"engines": {
|
|
18
|
-
"node": ">=
|
|
18
|
+
"node": ">=18"
|
|
19
19
|
},
|
|
20
20
|
"optionalDependencies": {
|
|
21
21
|
"serialport": "^12.0.0"
|