Skip to content

Commit 4701592

Browse files
committed
chore: release v3.11.0
* (seb2010) added possibility to use global light-scenes in commands (in addition to object-lightscene) * (foxriver76) dropped support of node 16 (End-Of-Life)
1 parent 7409902 commit 4701592

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ 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-
78-
### __WORK IN PROGRESS__
77+
### 3.11.0 (2024-03-26)
7978
* (seb2010) added possibility to use global light-scenes in commands (in addition to object-lightscene)
79+
* (foxriver76) dropped support of node 16 (End-Of-Life)
8080

8181
### 3.10.2 (2023-12-25)
8282
* (foxriver76) bring back short delay between setting and polling a group

io-package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
{
22
"common": {
33
"name": "hue",
4-
"version": "3.10.2",
4+
"version": "3.11.0",
55
"tier": 2,
66
"news": {
7+
"3.11.0": {
8+
"en": "added possibility to use global light-scenes in commands (in addition to object-lightscene)\ndropped support of node 16 (End-Of-Life)",
9+
"de": "zusätzliche möglichkeit, globale lichtscene in befehlen zu verwenden ( zusätzlich zu objekt-lichtscene)\ndrop-Unterstützung von Knoten 16 (End-Of-Life)",
10+
"ru": "добавлена возможность использования глобальных световых сцен в командах (в дополнение к объектно-легкому)\nсброс поддержки узла 16 (End-Of-Life)",
11+
"pt": "possibilidade adicionada de usar cenas de luz globais em comandos (além do objeto-lightscene)\nsuporte do nó 16 (End-Of-Life)",
12+
"nl": "toegevoegd mogelijkheid om globale licht-scenes te gebruiken in commando's (naast object-lightscene)\nde steun van knooppunt 16 (End-Of-Life) is ingetrokken",
13+
"fr": "possibilité d'utiliser des scènes lumineuses globales dans les commandes (en plus de la scène lumineuse objet)\nsoutien abandonné du noeud 16 (fin de vie)",
14+
"it": "possibilità aggiuntiva di utilizzare la luce-scena globale in comandi (oltre alla luce-oggetto)\nil supporto del nodo 16 (End-Of-Life)",
15+
"es": "agregó la posibilidad de utilizar escenas de luz globales en comandos (además de la escena de objeto)\n(End-Of-Life)",
16+
"pl": "dodana możliwość używania globalnych scen świetlnych w poleceniach (oprócz scen obiektów)\nupuszczone wsparcie węzła 16 (End- Of- Life)",
17+
"uk": "додана можливість використання глобальних світлових осей в командах (на додаток до об'єкту-lightscene)\nскидання підтримки вузла 16 (End-Of-Life)",
18+
"zh-cn": "添加在命令中使用全局光幕的可能性( 除了对象光幕)\n已放弃的节点16(生命结束)支持"
19+
},
720
"3.10.2": {
821
"en": "bring back short delay between setting and polling a group\nuse adapter internal timer methods",
922
"de": "kurze verzögerung zwischen einstellung und abstimmung einer gruppe zurückbringen\nverwenden adapter interne timer methoden",
@@ -81,19 +94,6 @@
8194
"pl": "sprawa skręcania krawędź przycisku\nw przypadku, gdy uuidy nie mogą zostać odzyskane",
8295
"uk": "виправлений випадок аварійного аварійного завершення на кнопка оновлення\nвиправити випадковий випадок, якщо слух не можна отримати",
8396
"zh-cn": "b. 固定案件坠落\nf 如果不能再婚,便发生意外事故。"
84-
},
85-
"3.9.3": {
86-
"en": "fix crash cases on unknown push updates (closes #417)",
87-
"de": "crash-fälle auf unbekannten push-updates beheben (schließt #417)",
88-
"ru": "исправить случаи аварии на неизвестных push обновления (закрыты #417)",
89-
"pt": "corrigir casos de acidente em atualizações de push desconhecidas (fecha #417)",
90-
"nl": "vertaling:",
91-
"fr": "corriger les cas de crash sur les mises à jour de poussée inconnues (fermeture #417)",
92-
"it": "fix casi di crash su aggiornamenti push sconosciuti (chiude #417)",
93-
"es": "solucionar casos de choque en actualizaciones de empuje desconocidas (cerca #417)",
94-
"pl": "rezultaty wypadków na nieznanych aktualizacjach (zamknięto #417)",
95-
"uk": "виправити випадки аварії на невідомих оновленнях (закривається #417)",
96-
"zh-cn": "fix 未知的推断事件(第417)"
9797
}
9898
},
9999
"titleLang": {

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.hue",
3-
"version": "3.10.2",
3+
"version": "3.11.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": [
@@ -25,7 +25,7 @@
2525
"url": "https://github.com/iobroker-community-adapters/ioBroker.hue"
2626
},
2727
"engines": {
28-
"node": ">=16"
28+
"node": ">=18"
2929
},
3030
"dependencies": {
3131
"@iobroker/adapter-core": "^3.0.4",

0 commit comments

Comments
 (0)