From 361527f92f72a2b0864c95c2642f4c0242fa93e9 Mon Sep 17 00:00:00 2001 From: foxriver76 Date: Tue, 13 Jun 2023 15:53:49 +0200 Subject: [PATCH] chore: release v3.9.2 * (foxriver76) fix sensor converting (closes #415) --- README.md | 3 +-- io-package.json | 27 ++++++++++++++------------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 422fad9e..756587c0 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,7 @@ In den Adapter-Settings muss die IP der Hue Bridge sowie ein Username konfigurie Placeholder for the next version (at the beginning of the line): ### __WORK IN PROGRESS__ --> - -### __WORK IN PROGRESS__ +### 3.9.2 (2023-06-13) * (foxriver76) fix sensor converting (closes #415) ### 3.9.1 (2023-06-13) diff --git a/io-package.json b/io-package.json index a91b0311..4b905dd4 100644 --- a/io-package.json +++ b/io-package.json @@ -1,9 +1,22 @@ { "common": { "name": "hue", - "version": "3.9.1", + "version": "3.9.2", "tier": 2, "news": { + "3.9.2": { + "en": "fix sensor converting (closes #415)", + "de": "fix-sensor-konvertierung (schließt #415)", + "ru": "преобразование датчика (closes #415)", + "pt": "corrigir a conversão do sensor (fecha #415)", + "nl": "vertaling:", + "fr": "convertir le capteur de fixation (fermetures #415)", + "it": "correzione della conversione del sensore (chiude #415)", + "es": "fija el sensor de conversión (cerca #415)", + "pl": "reakcja czujnika (zamknięta #415)", + "uk": "перетворення датчика (закривається #415)", + "zh-cn": "fix 转换传感器(第415)" + }, "3.9.1": { "en": "implemented more commands of the Push API (mainly buttons)", "de": "mehr Befehle der Push-API implementiert (hauptsächlich Buttons)", @@ -78,18 +91,6 @@ "es": "identificar correctamente los interruptores de terceros (cierra #273)", "pl": "poprawnie zidentyfikować przełączniki firm trzecich (zamyka #273)", "zh-cn": "正确识别第三方开关(关闭 #273)" - }, - "3.6.3": { - "en": "added `info.connection` state (closes #268)", - "de": "Status `info.connection` hinzugefügt (schließt #268)", - "ru": "добавлено состояние `info.connection` (закрывает # 268)", - "pt": "adicionado estado `info.connection` (fecha # 268)", - "nl": "status 'info.connection' toegevoegd (sluit #268 af)", - "fr": "ajout de l'état `info.connection` (ferme #268)", - "it": "aggiunto stato `info.connection` (chiude #268)", - "es": "agregado estado `info.connection` (cierra # 268)", - "pl": "dodany stan `info.connection` (zamyka #268)", - "zh-cn": "添加了 `info.connection` 状态(关闭 #268)" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index f42e607e..c363458c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.hue", - "version": "3.9.1", + "version": "3.9.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.hue", - "version": "3.9.1", + "version": "3.9.2", "license": "Apache-2.0", "dependencies": { "@iobroker/adapter-core": "^2.6.8", diff --git a/package.json b/package.json index a61d8abd..f5f20ea2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.hue", - "version": "3.9.1", + "version": "3.9.2", "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", "author": "hobbyquaker ", "contributors": [