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 CHANGED
@@ -138,6 +138,9 @@ You can thank the authors by these links:
138
138
 
139
139
 
140
140
  ## Changelog
141
+ ### 1.8.14 (2023-07-09)
142
+ * (arteck)
143
+
141
144
  ### 1.8.13 (2023-07-09)
142
145
  * (arteck) ota corr
143
146
  * (arteck) devices are wrong with enum exposes
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "zigbee",
4
- "version": "1.8.13",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.zigbee",
3
- "version": "1.8.13",
3
+ "version": "1.8.14",
4
4
  "author": {
5
5
  "name": "Kirov Ilya",
6
6
  "email": "kirovilya@gmail.com"