Skip to content

Commit

Permalink
chore: release v1.12.2
Browse files Browse the repository at this point in the history
Fix a warning in js-controller 3.3
  • Loading branch information
Apollon77 committed Jun 4, 2021
1 parent de08d71 commit 7a5a09e
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 @@ -55,7 +55,7 @@ https://github.com/ioBroker/AdapterRequests/issues/62

## Changelog

### __WORK IN PROGRESS__
### 1.12.2 (2021-06-04)
* (Apollon77) Fix a warning in js-controller 3.3

### 1.12.1 (2021-05-13)
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.12.1",
"version": "1.12.2",
"news": {
"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 中的警告"
},
"1.12.1": {
"en": "Fix a warning in js-controller 3.3",
"de": "Korrigieren Sie eine Warnung in js-controller 3.3",
Expand Down Expand Up @@ -230,18 +242,6 @@
"es": "Arreglar el proceso de emparejamiento",
"pl": "Napraw proces parowania",
"zh-cn": "修复配对过程"
},
"1.2.0": {
"en": "Added an active property INTERNAL and EXTERNAL groups for alarm zones\n(marcus0303/slix185) added DOOR_CHANNEL properties",
"de": "Es wurde eine aktive Eigenschaft INTERNE und EXTERNE Gruppen für Alarmzonen hinzugefügt\n(marcus0303 / slix185) hat DOOR_CHANNEL-Eigenschaften hinzugefügt",
"ru": "Добавлено активное свойство ВНУТРЕННИЕ и ВНЕШНИЕ группы для зон тревоги\n(marcus0303 / slix185) добавил свойства DOOR_CHANNEL",
"pt": "Adicionada uma propriedade ativa a grupos INTERNOS e EXTERNOS para zonas de alarme\n(marcus0303 / slix185) adicionou propriedades de DOOR_CHANNEL",
"nl": "Een actieve eigenschap INTERNE en EXTERNE groepen toegevoegd voor alarmzones\n(marcus0303 / slix185) heeft DOOR_CHANNEL-eigenschappen toegevoegd",
"fr": "Ajout d'une propriété active des groupes INTERNAL et EXTERNAL pour les zones d'alarme\n(marcus0303 / slix185) a ajouté les propriétés DOOR_CHANNEL",
"it": "Aggiunta una proprietà attiva gruppi INTERNI ed ESTERNI per le zone di allarme\n(marcus0303 / slix185) aggiunte proprietà DOOR_CHANNEL",
"es": "Se agregó una propiedad activa a grupos INTERNOS y EXTERNOS para zonas de alarma\n(marcus0303 / slix185) agregó propiedades DOOR_CHANNEL",
"pl": "Dodano aktywną właściwość grupy WEWNĘTRZNE i ZEWNĘTRZNE dla stref alarmowych\n(marcus0303 / slix185) dodano właściwości DOOR_CHANNEL",
"zh-cn": "为警报区域添加了活动属性“内部”和“外部”组\n(marcus0303 / slix185)添加了DOOR_CHANNEL属性"
}
},
"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.12.1",
"version": "1.12.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 7a5a09e

Please sign in to comment.