Skip to content

Commit

Permalink
chore: release v1.15.3
Browse files Browse the repository at this point in the history
* (Apollon77) Add windowOpen indicator to two more places
* (Apollon77) Optimize reconnection handling
* (Apollon77) Optimize automatic initialization of unknown devices and channels
  • Loading branch information
Apollon77 committed Jan 22, 2022
1 parent 358c40b commit 7926376
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.3 (2022-01-22)
* (Apollon77) Add windowOpen indicator to two more places
* (Apollon77) Optimize reconnection handling
* (Apollon77) Optimize automatic initialization of unknown devices and channels
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.2",
"version": "1.15.3",
"news": {
"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",
"ru": "Добавить индикатор windowOpen еще в два места\nОптимизация обработки повторного подключения\nОптимизация автоматической инициализации неизвестных устройств и каналов",
"pt": "Adicione o indicador windowOpen a mais dois lugares\nOtimize o tratamento de reconexão\nOtimize a inicialização automática de dispositivos e canais desconhecidos",
"nl": "VensterOpen indicator toevoegen aan nog twee plaatsen\nOptimaliseer de afhandeling van herverbinding\nOptimaliseer automatische initialisatie van onbekende apparaten en kanalen",
"fr": "Ajouter un indicateur de fenêtre ouverte à deux autres endroits\nOptimiser la gestion des reconnexions\nOptimiser l'initialisation automatique des appareils et canaux inconnus",
"it": "Aggiungi finestraIndicatore di apertura in altre due posizioni\nOttimizza la gestione della riconnessione\nOttimizza l'inizializzazione automatica di dispositivi e canali sconosciuti",
"es": "Agregar indicador de ventanaAbrir en dos lugares más\nOptimizar el manejo de reconexión\nOptimice la inicialización automática de dispositivos y canales desconocidos",
"pl": "Dodaj oknoOtwórz wskaźnik w dwóch kolejnych miejscach\nZoptymalizuj obsługę ponownego połączenia\nZoptymalizuj automatyczną inicjalizację nieznanych urządzeń i kanałów",
"zh-cn": "将 windowOpen 指示器添加到另外两个地方\n优化重连处理\n优化未知设备和通道的自动初始化"
},
"1.15.2": {
"en": "Wait 10s until no new \"unknown state update\" was received before updating the whole system",
"de": "Warten Sie 10 Sekunden, bis kein neues \"Unbekanntes Statusupdate\" empfangen wurde, bevor Sie das gesamte System aktualisieren",
Expand Down Expand Up @@ -74,18 +86,6 @@
"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 的支持"
},
"1.12.2": {
"en": "Fix a warning in js-controller 3.3",
"de": "Beheben Sie eine Warnung in js-controller 3.3",
"ru": "Исправить предупреждение в js-controller 3.3",
"pt": "Corrigir um aviso no js-controller 3.3",
"nl": "Herstel een waarschuwing in js-controller 3.3",
"fr": "Correction d'un avertissement dans js-controller 3.3",
"it": "Risolto un avviso in js-controller 3.3",
"es": "Corregir una advertencia en js-controller 3.3",
"pl": "Napraw ostrzeżenie w js-controllerze 3.3",
"zh-cn": "修复 js-controller 3.3 中的警告"
}
},
"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.2",
"version": "1.15.3",
"description": "ioBroker Adapter to use the Homematic Cloud IP AccessPoint via Hommeatic Cloud Rest API",
"author": {
"name": "Apollon77",
Expand Down

0 comments on commit 7926376

Please sign in to comment.