Skip to content

Commit

Permalink
chore: release v1.6.2
Browse files Browse the repository at this point in the history
Add check when HMIP domain could not be determined.
  • Loading branch information
Apollon77 committed Jan 21, 2021
1 parent bd3af25 commit 091f40f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ https://github.com/ioBroker/AdapterRequests/issues/62

## Changelog

### __WORK IN PROGRESS__
### 1.6.2 (2021-01-21)
* (Apollon77) Add check when HMIP domain could not be determined.

### 1.6.1 (2021-01-12)
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.6.1",
"version": "1.6.2",
"news": {
"1.6.2": {
"en": "Add check when HMIP domain could not be determined.",
"de": "Prüfung hinzufügen, wenn die HMIP-Domäne nicht ermittelt werden konnte.",
"ru": "Добавить проверку, когда не удалось определить HMIP-домен.",
"pt": "Adicionar verificação quando o domínio HMIP não puder ser determinado.",
"nl": "Voeg een vinkje toe als het HMIP-domein niet kon worden bepaald.",
"fr": "Ajoutez une vérification lorsque le domaine HMIP n'a pas pu être déterminé.",
"it": "Aggiungere un controllo quando non è stato possibile determinare il dominio HMIP.",
"es": "Agregue una marca cuando no se pudo determinar el dominio HMIP.",
"pl": "Dodaj sprawdzenie, gdy nie można określić domeny HMIP.",
"zh-cn": "无法确定HMIP域时添加检查。"
},
"1.6.1": {
"en": "Prevent crash case (Sentry IOBROKER-HMIP-1N)",
"de": "Absturz verhindern (Sentry IOBROKER-HMIP-1N)",
Expand Down Expand Up @@ -230,18 +242,6 @@
"es": "Canal fullrx y operationlock",
"pl": "kanał fullrx i operationlock",
"zh-cn": "fullrx和operationlock通道"
},
"0.0.8": {
"en": "fixes a few devices",
"de": "behebt ein paar Geräte",
"ru": "исправляет несколько устройств",
"pt": "corrige alguns dispositivos",
"nl": "repareert een paar apparaten",
"fr": "corrige quelques appareils",
"it": "corregge alcuni dispositivi",
"es": "arregla algunos dispositivos",
"pl": "naprawia kilka urządzeń",
"zh-cn": "修复了一些设备"
}
},
"title": "HomeMaticIP Cloud AccessPoint",
Expand Down
2 changes: 1 addition & 1 deletion 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.6.1",
"version": "1.6.2",
"description": "ioBroker Adapter to use the Homatic Cloud Ip AccessPoint via Homatic Cloud Rest API",
"author": {
"name": "jogibear9988",
Expand Down

0 comments on commit 091f40f

Please sign in to comment.