iobroker.zigbee2mqtt 3.2.1 → 3.2.2
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 +3 -3
- package/admin/jsonConfig.json +5 -1
- package/io-package.json +14 -14
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -22,6 +22,9 @@ This adapter allows to control the data points of the devices of a Zigbee2MQTT i
|
|
|
22
22
|
[Adapter Documentation](https://github.com/arteck/ioBroker.zigbee2mqtt/blob/main/docs/wiki.md)
|
|
23
23
|
|
|
24
24
|
## Changelog
|
|
25
|
+
### 3.2.2 (2026-05-26)
|
|
26
|
+
* (arteck) Dependencies have been updated
|
|
27
|
+
|
|
25
28
|
### 3.2.1 (2026-05-05)
|
|
26
29
|
* (copilot) Adapter requires node.js >= 22 now
|
|
27
30
|
* (arteck) upd device manager
|
|
@@ -37,9 +40,6 @@ This adapter allows to control the data points of the devices of a Zigbee2MQTT i
|
|
|
37
40
|
### 3.1.8 (2026-04-26)
|
|
38
41
|
* (arteck) back to old dependency aedes
|
|
39
42
|
|
|
40
|
-
### 3.1.7 (2026-04-24)
|
|
41
|
-
* (arteck) fix illuminance = 0
|
|
42
|
-
|
|
43
43
|
## License
|
|
44
44
|
|
|
45
45
|
MIT License
|
package/admin/jsonConfig.json
CHANGED
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "zigbee2mqtt",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.2",
|
|
5
5
|
"news": {
|
|
6
|
+
"3.2.2": {
|
|
7
|
+
"en": "Dependencies have been updated",
|
|
8
|
+
"de": "Abhängigkeiten wurden aktualisiert",
|
|
9
|
+
"ru": "Зависимости были обновлены",
|
|
10
|
+
"pt": "As dependências foram atualizadas",
|
|
11
|
+
"nl": "Afhankelijkheden zijn bijgewerkt",
|
|
12
|
+
"fr": "Les dépendances ont été actualisées",
|
|
13
|
+
"it": "Le dipendenze sono state aggiornate",
|
|
14
|
+
"es": "Se han actualizado las dependencias",
|
|
15
|
+
"pl": "Zaktualizowano zależności",
|
|
16
|
+
"uk": "Залежність було оновлено",
|
|
17
|
+
"zh-cn": "依赖关系已更新"
|
|
18
|
+
},
|
|
6
19
|
"3.2.1": {
|
|
7
20
|
"en": "Adapter requires node.js >= 22 now\nupd device manager\nfix aedes-persistence\nfix illuminance",
|
|
8
21
|
"de": "Adapter benötigt node.js >= 22 jetzt\nupd device manager\naedes-persistence reparieren\nbefestigungsleuchten",
|
|
@@ -29,19 +42,6 @@
|
|
|
29
42
|
"uk": "deprectated setStateAsync",
|
|
30
43
|
"zh-cn": "已贬值的设置"
|
|
31
44
|
},
|
|
32
|
-
"3.1.9": {
|
|
33
|
-
"en": "fix WS close",
|
|
34
|
-
"de": "wS schließen",
|
|
35
|
-
"ru": "закрыть WS Close",
|
|
36
|
-
"pt": "corrigir WS fechar",
|
|
37
|
-
"nl": "wS sluiten herstellen",
|
|
38
|
-
"fr": "correction WS fermer",
|
|
39
|
-
"it": "fix WS chiudi",
|
|
40
|
-
"es": "arreglar WS close",
|
|
41
|
-
"pl": "fix WS close",
|
|
42
|
-
"uk": "застібка WS",
|
|
43
|
-
"zh-cn": "修复 WS 关闭"
|
|
44
|
-
},
|
|
45
45
|
"3.1.5": {
|
|
46
46
|
"en": "fix illuminance",
|
|
47
47
|
"de": "befestigungsleuchten",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.zigbee2mqtt",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.2",
|
|
4
4
|
"description": "Zigbee2MQTT adapter for ioBroker",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Dennis Rathjen and Arthur Rupp",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@iobroker/dm-utils": "^3.0.17",
|
|
29
29
|
"aedes": "^0.51.3",
|
|
30
30
|
"aedes-persistence": "^9.1.2",
|
|
31
|
-
"axios": "^1.
|
|
31
|
+
"axios": "^1.16.0",
|
|
32
32
|
"mqtt": "^5.15.1",
|
|
33
33
|
"net": "^1.0.2",
|
|
34
34
|
"node-schedule": "^2.1.1",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"ws": "^8.20.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@alcalzone/release-script": "^5.
|
|
40
|
-
"@alcalzone/release-script-plugin-iobroker": "^5.
|
|
41
|
-
"@alcalzone/release-script-plugin-license": "^5.
|
|
42
|
-
"@alcalzone/release-script-plugin-manual-review": "^5.
|
|
39
|
+
"@alcalzone/release-script": "^5.2.0",
|
|
40
|
+
"@alcalzone/release-script-plugin-iobroker": "^5.2.0",
|
|
41
|
+
"@alcalzone/release-script-plugin-license": "^5.2.0",
|
|
42
|
+
"@alcalzone/release-script-plugin-manual-review": "^5.2.0",
|
|
43
43
|
"@iobroker/adapter-dev": "^1.5.0",
|
|
44
|
-
"@iobroker/eslint-config": "^2.
|
|
45
|
-
"@iobroker/testing": "^5.
|
|
44
|
+
"@iobroker/eslint-config": "^2.3.4",
|
|
45
|
+
"@iobroker/testing": "^5.1.1",
|
|
46
46
|
"@tsconfig/node14": "^14.1.8",
|
|
47
|
-
"@types/node": "^25.
|
|
47
|
+
"@types/node": "^25.6.2",
|
|
48
48
|
"@types/node-schedule": "^2.1.8",
|
|
49
49
|
"typescript": "~6.0.3"
|
|
50
50
|
},
|