Skip to content

Commit

Permalink
chore: release v1.15.4
Browse files Browse the repository at this point in the history
* (Apollon77) Fix sendDoorCommand for HmIP-MOD-HO
  • Loading branch information
Apollon77 committed Feb 19, 2022
1 parent c1ea0a6 commit 45344b1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ https://forum.iobroker.net/topic/27532/homematic-ip-cloud-access-point-adapter
https://github.com/ioBroker/AdapterRequests/issues/62

## Changelog

### __WORK IN PROGRESS__
### 1.15.4 (2022-02-19)
* (Apollon77) Fix sendDoorCommand for HmIP-MOD-HO

### 1.15.3 (2022-01-22)
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "hmip",
"version": "1.15.3",
"version": "1.15.4",
"news": {
"1.15.4": {
"en": "Fix sendDoorCommand for HmIP-MOD-HO",
"de": "sendDoorCommand für HmIP-MOD-HO korrigiert",
"ru": "Исправление sendDoorCommand для HmIP-MOD-HO",
"pt": "Corrigir sendDoorCommand para HmIP-MOD-HO",
"nl": "Fix sendDoorCommand voor HmIP-MOD-HO",
"fr": "Correction de sendDoorCommand pour HmIP-MOD-HO",
"it": "Risolto il problema con sendDoorCommand per HmIP-MOD-HO",
"es": "Arreglar sendDoorCommand para HmIP-MOD-HO",
"pl": "Napraw sendDoorCommand dla HmIP-MOD-HO",
"zh-cn": "修复 HmIP-MOD-HO 的 sendDoorCommand"
},
"1.15.3": {
"en": "Add windowOpen indicator to two more places\nOptimize reconnection handling\nOptimize automatic initialization of unknown devices and channels",
"de": "WindowOpen-Indikator an zwei weiteren Stellen hinzufügen\nOptimieren Sie die Handhabung der Wiederverbindung\nOptimieren Sie die automatische Initialisierung unbekannter Geräte und Kanäle",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Se corrigió la advertencia en js-controller 3.3 con el punto de datos de \"sabotaje\"",
"pl": "Naprawiono ostrzeżenie na js-controllerze 3.3 z punktem danych „sabotaż”",
"zh-cn": "使用“破坏”数据点修复 js-controller 3.3 上的警告"
},
"1.13.0": {
"en": "Add support for HM-WGC/IMPULSE_OUTPUT_CHANNEL",
"de": "Unterstützung für HM-WGC/IMPULSE_OUTPUT_CHANNEL hinzufügen",
"ru": "Добавить поддержку HM-WGC / IMPULSE_OUTPUT_CHANNEL",
"pt": "Adicionar suporte para HM-WGC / IMPULSE_OUTPUT_CHANNEL",
"nl": "Ondersteuning toevoegen voor HM-WGC/IMPULSE_OUTPUT_CHANNEL",
"fr": "Ajout de la prise en charge de HM-WGC/IMPULSE_OUTPUT_CHANNEL",
"it": "Aggiungi il supporto per HM-WGC/IMPULSE_OUTPUT_CHANNEL",
"es": "Agregar soporte para HM-WGC / IMPULSE_OUTPUT_CHANNEL",
"pl": "Dodaj obsługę HM-WGC/IMPULSE_OUTPUT_CHANNEL",
"zh-cn": "添加对 HM-WGC/IMPULSE_OUTPUT_CHANNEL 的支持"
}
},
"title": "HomeMaticIP Cloud AccessPoint",
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.hmip",
"version": "1.15.3",
"version": "1.15.4",
"description": "ioBroker Adapter to use the Homematic Cloud IP AccessPoint via Hommeatic Cloud Rest API",
"author": {
"name": "Apollon77",
Expand Down

0 comments on commit 45344b1

Please sign in to comment.