iobroker.zigbee2mqtt 3.0.14 → 3.0.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
@@ -22,6 +22,9 @@ This adapter allows to control the data points of the devices of a Zigbee2MQTT i
22
22
  [Adapter Documentation](https://github.com/arteck/ioBroker.zigbee2mqtt/blob/main/docs/wiki.md)
23
23
 
24
24
  ## Changelog
25
+ ### 3.0.15 (2026-01-27)
26
+ * (arteck) update
27
+
25
28
  ### 3.0.14 (2026-01-27)
26
29
  * (arteck) back to sharp 0.33.5
27
30
 
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "zigbee2mqtt",
4
- "version": "3.0.14",
4
+ "version": "3.0.15",
5
5
  "news": {
6
+ "3.0.15": {
7
+ "en": "update",
8
+ "de": "aktualisierung",
9
+ "ru": "обновление",
10
+ "pt": "atualizar",
11
+ "nl": "bijwerken",
12
+ "fr": "mise à jour",
13
+ "it": "aggiornamento",
14
+ "es": "actualización",
15
+ "pl": "aktualizacja",
16
+ "uk": "оновлення",
17
+ "zh-cn": "更新"
18
+ },
6
19
  "3.0.14": {
7
20
  "en": "back to sharp 0.33.5",
8
21
  "de": "zurück zu sharp 0,33,5",
@@ -80,32 +93,6 @@
80
93
  "pl": "kolejka w górę wiadomości parsing\nWsparcie dla niedomyślnych tematów bazowych MQTT",
81
94
  "uk": "чергування повідомлень\nПідтримка нерозголошення MQTT базових тем",
82
95
  "zh-cn": "排队分析信件\n支持非默认 MQTT 基础主题"
83
- },
84
- "3.0.8": {
85
- "en": "fix device is deleted\nfix translation",
86
- "de": "fix device wird gelöscht\nbersetzung",
87
- "ru": "фиксировать устройство удалено\nперевод",
88
- "pt": "dispositivo de correção é excluído\ncorrigir tradução",
89
- "nl": "fix apparaat wordt verwijderd\nfix vertaling",
90
- "fr": "le dispositif de correction est supprimé\ncorriger la traduction",
91
- "it": "dispositivo di correzione viene eliminato\ncorrezione della traduzione",
92
- "es": "dispositivo de solución se elimina\ntraducción",
93
- "pl": "urządzenie naprawcze zostaje usunięte\ntłumaczenie",
94
- "uk": "видалити пристрій\nфіксувати переклад",
95
- "zh-cn": "固定设备被删除\n固定翻译"
96
- },
97
- "3.0.7": {
98
- "en": "fix jsconconf",
99
- "de": "fix jsconf",
100
- "ru": "исправить jsconconf",
101
- "pt": "corrigir jsconconf",
102
- "nl": "jsconconf repareren",
103
- "fr": "corriger jsconconf",
104
- "it": "correzione jsconconf",
105
- "es": "jsconf",
106
- "pl": "fix jsconconf",
107
- "uk": "закріпити jsconconf",
108
- "zh-cn": "修复 jsconconconf"
109
96
  }
110
97
  },
111
98
  "messages": [
package/lib/exposes.js CHANGED
@@ -620,7 +620,7 @@ access = z2mAccess.ALL;
620
620
  if (
621
621
  payload[stateName] &&
622
622
  payload[stateName].hasOwnProperty('h') &&
623
- payload[stateName].hasOwnProperty('s') &
623
+ payload[stateName].hasOwnProperty('s') &&
624
624
  payload[stateName].hasOwnProperty('b')
625
625
  ) {
626
626
  return rgb.hsvToRGBString(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.zigbee2mqtt",
3
- "version": "3.0.14",
3
+ "version": "3.0.15",
4
4
  "description": "Zigbee2MQTT adapter for ioBroker",
5
5
  "author": {
6
6
  "name": "Dennis Rathjen and Arthur Rupp",