iobroker.zigbee 1.8.13 → 1.8.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 +3 -0
- package/io-package.json +18 -18
- package/package.json +2 -2
package/README.md
CHANGED
package/io-package.json
CHANGED
|
@@ -1,8 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "zigbee",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.15",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.8.15": {
|
|
7
|
+
"en": "corr battery status",
|
|
8
|
+
"de": "corr batteriestatus",
|
|
9
|
+
"ru": "корр состояние батареи",
|
|
10
|
+
"pt": "status da bateria de corrimento",
|
|
11
|
+
"nl": "corr batterij status",
|
|
12
|
+
"fr": "état de la batterie",
|
|
13
|
+
"it": "stato della batteria",
|
|
14
|
+
"es": "estado de la batería",
|
|
15
|
+
"pl": "kor battery status",
|
|
16
|
+
"uk": "статус на сервери",
|
|
17
|
+
"zh-cn": "2. 电池身份"
|
|
18
|
+
},
|
|
19
|
+
"1.8.14": {
|
|
20
|
+
"en": "",
|
|
21
|
+
"de": ""
|
|
22
|
+
},
|
|
6
23
|
"1.8.13": {
|
|
7
24
|
"en": "see Readme https://github.com/ioBroker/ioBroker.zigbee/blob/master/README.md",
|
|
8
25
|
"de": "see Readme https://github.com/ioBroker/ioBroker.zigbee/blob/master/README.md"
|
|
@@ -31,23 +48,6 @@
|
|
|
31
48
|
"pl": "naprawiony plug",
|
|
32
49
|
"uk": "фіксувати роз'єм",
|
|
33
50
|
"zh-cn": "fix 滑坡"
|
|
34
|
-
},
|
|
35
|
-
"1.8.8": {
|
|
36
|
-
"en": "fix lidl plug",
|
|
37
|
-
"de": "fix lidl plug"
|
|
38
|
-
},
|
|
39
|
-
"1.8.7": {
|
|
40
|
-
"en": "fix exposes",
|
|
41
|
-
"de": "belichtet fix",
|
|
42
|
-
"ru": "исправить экспозиции",
|
|
43
|
-
"pt": "corrigir expões",
|
|
44
|
-
"nl": "vertaling:",
|
|
45
|
-
"fr": "fix expose",
|
|
46
|
-
"it": "fix espone",
|
|
47
|
-
"es": "arreglar expone",
|
|
48
|
-
"pl": "naprawić",
|
|
49
|
-
"uk": "фіксувати висадки",
|
|
50
|
-
"zh-cn": "fix 暴露"
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
"title": "Zigbee",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.zigbee",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.15",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "Kirov Ilya",
|
|
6
6
|
"email": "kirovilya@gmail.com"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"tar": "^6.1.15",
|
|
26
26
|
"typescript": "^5.1.6",
|
|
27
27
|
"zigbee-herdsman": "0.16.0",
|
|
28
|
-
"zigbee-herdsman-converters": "15.
|
|
28
|
+
"zigbee-herdsman-converters": "15.38.0"
|
|
29
29
|
},
|
|
30
30
|
"description": "Zigbee devices",
|
|
31
31
|
"devDependencies": {
|