iobroker.zigbee 1.8.13 → 1.8.14
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 +14 -14
- package/package.json +1 -1
package/README.md
CHANGED
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "zigbee",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.14",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.8.14": {
|
|
7
|
+
"en": "",
|
|
8
|
+
"de": "",
|
|
9
|
+
"ru": "",
|
|
10
|
+
"pt": "",
|
|
11
|
+
"nl": "",
|
|
12
|
+
"fr": "",
|
|
13
|
+
"it": "",
|
|
14
|
+
"es": "",
|
|
15
|
+
"pl": "",
|
|
16
|
+
"uk": "",
|
|
17
|
+
"zh-cn": ""
|
|
18
|
+
},
|
|
6
19
|
"1.8.13": {
|
|
7
20
|
"en": "see Readme https://github.com/ioBroker/ioBroker.zigbee/blob/master/README.md",
|
|
8
21
|
"de": "see Readme https://github.com/ioBroker/ioBroker.zigbee/blob/master/README.md"
|
|
@@ -35,19 +48,6 @@
|
|
|
35
48
|
"1.8.8": {
|
|
36
49
|
"en": "fix lidl plug",
|
|
37
50
|
"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",
|