iobroker.zigbee2mqtt 3.0.2 → 3.0.3
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 +4 -0
- package/io-package.json +14 -14
- package/lib/exposes.js +1 -1
- package/lib/states.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -22,6 +22,10 @@ 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.0.3 (2025-02-03)
|
|
26
|
+
- (arteck) corr illuminance (del illuminance_raw)
|
|
27
|
+
- (arteck) indicator.alarm.flood
|
|
28
|
+
|
|
25
29
|
### 3.0.2 (2025-01-06)
|
|
26
30
|
- (simateck) corr WebSocket connection
|
|
27
31
|
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "zigbee2mqtt",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.3",
|
|
5
5
|
"news": {
|
|
6
|
+
"3.0.3": {
|
|
7
|
+
"en": "corr illuminance (del illuminance_raw)\nindicator.alarm.flood",
|
|
8
|
+
"de": "korr illuminance (del illuminance_raw)\nindikator.alarm.flood",
|
|
9
|
+
"ru": "коррозионная иллюминация (подлинный рисунок)\nindicator.alarm.flood",
|
|
10
|
+
"pt": "illuminance de corr (del illuminance_raw)\nindicador.alarm.flood",
|
|
11
|
+
"nl": "verlichtingssterkte (del verlichtingssterkte_raw)\nindicator.alarm.vloed",
|
|
12
|
+
"fr": "illuminance du corr (del illuminance_raw)\nindicateur.alarme.inondation",
|
|
13
|
+
"it": "illuminazione corr (del illuminance_raw)\nindicatore.alarm.flood",
|
|
14
|
+
"es": "iluminancia del corr (iluminación del dedo_raw)\nindicador.alarm.flood",
|
|
15
|
+
"pl": "krzak świetlny (del luminance _ raw)\nindicator.alarm.powódź",
|
|
16
|
+
"uk": "апошні\nіндикатор.alarm.flood",
|
|
17
|
+
"zh-cn": "corr 灯光( del 灯光_ raw)\n指标. alarm.flood"
|
|
18
|
+
},
|
|
6
19
|
"3.0.2": {
|
|
7
20
|
"en": "corr WebSocket connection",
|
|
8
21
|
"de": "korr WebSocket Verbindung",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "fix lint\naktualizacja zależności",
|
|
81
94
|
"uk": "засупу 10 ток\nоновлення залежності",
|
|
82
95
|
"zh-cn": "修正线\n更新依赖性"
|
|
83
|
-
},
|
|
84
|
-
"2.13.8": {
|
|
85
|
-
"en": "fix icon path",
|
|
86
|
-
"de": "iconpfad aktivieren",
|
|
87
|
-
"ru": "исправить значок",
|
|
88
|
-
"pt": "corrigir o caminho do ícone",
|
|
89
|
-
"nl": "pictogrampad herstellen",
|
|
90
|
-
"fr": "correction du chemin de l'icône",
|
|
91
|
-
"it": "corretto percorso icona",
|
|
92
|
-
"es": "fijar la ruta del icono",
|
|
93
|
-
"pl": "naprawić ścieżkę ikon",
|
|
94
|
-
"uk": "фіксувати шлях іконки",
|
|
95
|
-
"zh-cn": "修补图标路径"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"messages": [
|
package/lib/exposes.js
CHANGED
package/lib/states.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.zigbee2mqtt",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "Zigbee2MQTT adapter for ioBroker",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Dennis Rathjen and Arthur Rupp",
|
|
@@ -45,14 +45,14 @@
|
|
|
45
45
|
"@types/chai": "^4.3.5",
|
|
46
46
|
"@types/chai-as-promised": "^8.0.1",
|
|
47
47
|
"@types/mocha": "^10.0.10",
|
|
48
|
-
"@types/node": "^22.
|
|
48
|
+
"@types/node": "^22.13.0",
|
|
49
49
|
"@types/node-schedule": "^2.1.7",
|
|
50
50
|
"@types/proxyquire": "^1.3.31",
|
|
51
51
|
"@types/sinon": "^17.0.3",
|
|
52
52
|
"@types/sinon-chai": "^3.2.12",
|
|
53
53
|
"chai": "^4.4.1",
|
|
54
54
|
"chai-as-promised": "^8.0.1",
|
|
55
|
-
"eslint": "^9.
|
|
55
|
+
"eslint": "^9.19.0",
|
|
56
56
|
"eslint-config-prettier": "^9.1.0",
|
|
57
57
|
"eslint-plugin-prettier": "^5.2.1",
|
|
58
58
|
"mocha": "^11.0.1",
|