Skip to content

Commit

Permalink
chore: release v3.9.2
Browse files Browse the repository at this point in the history
* (foxriver76) fix sensor converting (closes #415)
  • Loading branch information
foxriver76 committed Jun 13, 2023
1 parent fd81046 commit 361527f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"contributors": [
Expand Down

0 comments on commit 361527f

Please sign in to comment.