Skip to content

Commit 6d4eef4

Browse files
committed
chore: release v3.14.0
* (@foxriver76) added dynamic scenes (Note: new states are added by UUID)
1 parent 4c3b9d8 commit 6d4eef4

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ In den Adapter-Settings muss die IP der Hue Bridge sowie ein Username konfigurie
7474
Placeholder for the next version (at the beginning of the line):
7575
### __WORK IN PROGRESS__
7676
-->
77-
### __WORK IN PROGRESS__
77+
### 3.14.0 (2025-01-08)
7878
* (@foxriver76) added dynamic scenes (Note: new states are added by UUID)
7979

8080
### 3.13.1 (2024-10-16)
@@ -518,5 +518,5 @@ __ATTENTION: Remove all objects once, ids have changed__
518518

519519
Apache 2.0
520520

521-
Copyright (c) 2017-2024 Bluefox <[email protected]>
521+
Copyright (c) 2017-2025 Bluefox <[email protected]>
522522
Copyright (c) 2014-2016 hobbyquaker

io-package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
{
22
"common": {
33
"name": "hue",
4-
"version": "3.13.1",
4+
"version": "3.14.0",
55
"tier": 2,
66
"news": {
7+
"3.14.0": {
8+
"en": "added dynamic scenes (Note: new states are added by UUID)",
9+
"de": "hinzugefügt dynamische Szenen (Anmerkung: neue Zustände werden von UUID hinzugefügt)",
10+
"ru": "добавленные динамические сцены (Примечание: новые состояния добавлены UUID)",
11+
"pt": "cenas dinâmicas adicionadas (Nota: novos estados são adicionados por UUID)",
12+
"nl": "toegevoegde dynamische scènes (Noot: nieuwe toestanden worden toegevoegd door UUID)",
13+
"fr": "scènes dynamiques ajoutées (Note : de nouveaux états sont ajoutés par UUID)",
14+
"it": "aggiunto scene dinamiche (Nota: nuovi stati sono aggiunti da UUID)",
15+
"es": "escenas dinámicas agregadas (Nota: nuevos estados son añadidos por UUID)",
16+
"pl": "dodane sceny dynamiczne (Uwaga: nowe stany są dodane przez UUID)",
17+
"uk": "додано динамічні сцени (Note: нові стани додаються UUID)",
18+
"zh-cn": "新增动态场景( 注: UUID 新增状态)"
19+
},
720
"3.13.1": {
821
"en": "correct min color temperature to 2000 (valid for color lights) instead of 2200",
922
"de": "korrekte farbtemperatur bis 2000 (gültig für farblichter) statt 2200",
@@ -81,19 +94,6 @@
8194
"pl": "komunikat ustalony (odcinek #481)",
8295
"uk": "фіксований передній / зворотній зв'язок (закривається #481)",
8396
"zh-cn": "固定前线/后端通信(第481号)"
84-
},
85-
"3.10.0": {
86-
"en": "fixed problem on auto-deletion of groups\nimplemented Hue Tap Dial (closes #368, closes #416)",
87-
"de": "problem bei der auto-deleetion von gruppen behoben\ndurchgeführt Hue Tap Dial (schließt #368, schließt #416)",
88-
"ru": "фиксированная проблема на автовыборе групп\nреализовано Hue Tap Dial (замки #368, замки #416)",
89-
"pt": "problema fixo na auto-eliminação de grupos\nimplementação Hue Tap Dial (fecha #368, fecha #416)",
90-
"nl": "een probleem op auto-deletie van groepen\n_ Hue Tap Dial (closes #368, sluit #416)",
91-
"fr": "problème fixe sur la suppression automatique des groupes\nmise en œuvre Hue Tap Dial (ferme #368, ferme #416)",
92-
"it": "problema fisso sull'eliminazione automatica dei gruppi\nimplementato Hue Tap Dial (chiude #368, chiude #416)",
93-
"es": "problema fijo en la eliminación automática de grupos\naplicadas Hue Tap Dial (cerca #368, cierra #416)",
94-
"pl": "stały problem auto-delecji grup\nwdrożone Hue Tap Dial (zamknięta #368, zamyka #416)",
95-
"uk": "виправлена проблема на автозняття груп\nреалізований Hue Tap Dial (закривається #368, закривається #416)",
96-
"zh-cn": "b. 某些群体的尸体解剖的固定问题\n执行 He Tap Dial(第368号行动)"
9797
}
9898
},
9999
"titleLang": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.hue",
3-
"version": "3.13.1",
3+
"version": "3.14.0",
44
"description": "Connects Philips Hue LED Bulbs, Friends of Hue LED Lamps and Stripes and other SmartLink capable Devices (LivingWhites, some LivingColors) via Philips Hue Bridges",
55
"author": "hobbyquaker <[email protected]>",
66
"contributors": [

0 commit comments

Comments
 (0)