iobroker.zigbee 1.8.7 → 1.8.9

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
@@ -133,6 +133,9 @@ You can thank the authors by these links:
133
133
 
134
134
 
135
135
  ## Changelog
136
+ ### 1.8.9 (2022-12-10)
137
+ * (arteck) fix lidl plug
138
+
136
139
  ### 1.8.7 (2022-12-01)
137
140
  * (arteck) fix exposes
138
141
 
package/io-package.json CHANGED
@@ -1,8 +1,25 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "zigbee",
4
- "version": "1.8.7",
4
+ "version": "1.8.9",
5
5
  "news": {
6
+ "1.8.9": {
7
+ "en": "fix lidl plug",
8
+ "de": "deckelstecker",
9
+ "ru": "исправить lidl plug",
10
+ "pt": "fixar tampa",
11
+ "nl": "los deksel",
12
+ "fr": "fixer le couvercle",
13
+ "it": "correzione della spina del coperchio",
14
+ "es": "enchufe de tapa fija",
15
+ "pl": "naprawiony plug",
16
+ "uk": "фіксувати роз'єм",
17
+ "zh-cn": "fix 滑坡"
18
+ },
19
+ "1.8.8": {
20
+ "en": "fix lidl plug",
21
+ "de": "fix lidl plug"
22
+ },
6
23
  "1.8.7": {
7
24
  "en": "fix exposes",
8
25
  "de": "belichtet fix",
@@ -48,23 +65,6 @@
48
65
  "pl": "tył",
49
66
  "uk": "назад до старого джерела",
50
67
  "zh-cn": "背 景"
51
- },
52
- "1.8.2": {
53
- "en": "back to old source",
54
- "de": "back to old source"
55
- },
56
- "1.8.1": {
57
- "en": "Packages updated\nAdded names of serial ports in configuration dialog",
58
- "de": "Pakete aktualisiert\nNamen der seriellen Ports im Konfigurationsdialog hinzugefügt",
59
- "ru": "Пакеты обновлены\nДобавлены имена серийных портов в диалоге конфигурации",
60
- "pt": "Pacotes atualizados\nNomes adicionados de portas seriais na caixa de diálogo de configuração",
61
- "nl": "Verpakking geüpload\nNamen van serie havens in configuration dialog",
62
- "fr": "Packages updated\nAjout de noms de ports série dans le dialogue de configuration",
63
- "it": "Pacchetti aggiornati\nAggiunto i nomi delle porte seriali nella finestra di dialogo di configurazione",
64
- "es": "Paquetes actualizados\nNombres añadidos de los puertos serie en el diálogo de configuración",
65
- "pl": "Pakiet\nDodane nazwy portów seryjnych w dialogach konfiguracyjnych",
66
- "uk": "Пакети оновлені\nДодано імена серійних портів у діалоговому вікні конфігурації",
67
- "zh-cn": "更新的包装\n加 口号港口"
68
68
  }
69
69
  },
70
70
  "title": "Zigbee",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.zigbee",
3
- "version": "1.8.7",
3
+ "version": "1.8.9",
4
4
  "author": {
5
5
  "name": "Kirov Ilya",
6
6
  "email": "kirovilya@gmail.com"
@@ -24,8 +24,8 @@
24
24
  "@iobroker/adapter-core": "^2.6.7",
25
25
  "tar": "^6.1.12",
26
26
  "typescript": "^4.9.3",
27
- "zigbee-herdsman": "0.14.76",
28
- "zigbee-herdsman-converters": "14.0.679"
27
+ "zigbee-herdsman": "0.14.80",
28
+ "zigbee-herdsman-converters": "14.0.687"
29
29
  },
30
30
  "description": "Zigbee devices",
31
31
  "devDependencies": {