iobroker.zigbee 1.8.14 → 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 CHANGED
@@ -138,8 +138,8 @@ You can thank the authors by these links:
138
138
 
139
139
 
140
140
  ## Changelog
141
- ### 1.8.14 (2023-07-09)
142
- * (arteck)
141
+ ### 1.8.15 (2023-07-11)
142
+ * (arteck) corr battery status
143
143
 
144
144
  ### 1.8.13 (2023-07-09)
145
145
  * (arteck) ota corr
package/io-package.json CHANGED
@@ -1,20 +1,24 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "zigbee",
4
- "version": "1.8.14",
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
+ },
6
19
  "1.8.14": {
7
20
  "en": "",
8
- "de": "",
9
- "ru": "",
10
- "pt": "",
11
- "nl": "",
12
- "fr": "",
13
- "it": "",
14
- "es": "",
15
- "pl": "",
16
- "uk": "",
17
- "zh-cn": ""
21
+ "de": ""
18
22
  },
19
23
  "1.8.13": {
20
24
  "en": "see Readme https://github.com/ioBroker/ioBroker.zigbee/blob/master/README.md",
@@ -44,10 +48,6 @@
44
48
  "pl": "naprawiony plug",
45
49
  "uk": "фіксувати роз'єм",
46
50
  "zh-cn": "fix 滑坡"
47
- },
48
- "1.8.8": {
49
- "en": "fix lidl plug",
50
- "de": "fix lidl plug"
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.14",
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.35.1"
28
+ "zigbee-herdsman-converters": "15.38.0"
29
29
  },
30
30
  "description": "Zigbee devices",
31
31
  "devDependencies": {