Skip to content

Commit

Permalink
chore: release v1.0.11
Browse files Browse the repository at this point in the history
* support for KM200 HRV (ventilation)
* corrections on recordings for 1st day of month
  • Loading branch information
tp1de committed Feb 1, 2022
1 parent ff9f7ef commit 880ba3b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ There is an option to re-build the state-structure by deleting states on adapter
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.0.11 (2022-02-01)
* support for KM200 HRV (ventilation)
* corrections on recordings for 1st day of month

Expand Down
16 changes: 14 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
{
"common": {
"name": "ems-esp",
"version": "1.0.10",
"version": "1.0.11",
"title": "EMS-ESP (ems-esp & km200)",
"news": {
"1.0.11": {
"en": "support for KM200 HRV (ventilation)\ncorrections on recordings for 1st day of month",
"de": "Unterstützung für KM200 HRV (Lüftung)\nKorrekturen an Aufzeichnungen für den 1. Tag des Monats",
"ru": "опора для KM200 HRV (вентиляция)\nисправления по записям за 1 число месяца",
"pt": "suporte para KM200 HRV (ventilação)\ncorreções nas gravações para o 1º dia do mês",
"nl": "ondersteuning voor KM200 HRV (ventilatie)\ncorrecties op opnames voor de 1e dag van de maand",
"fr": "prise en charge du KM200 HRV (ventilation)\ncorrections sur les enregistrements du 1er jour du mois",
"it": "supporto per KM200 HRV (ventilazione)\ncorrezioni sulle registrazioni per il 1° giorno del mese",
"es": "soporte para KM200 HRV (ventilación)\ncorrecciones en grabaciones para el 1er día del mes",
"pl": "wsparcie dla KM200 HRV (wentylacja)\nkorekty nagrań na 1 dzień miesiąca",
"zh-cn": "支持 KM200 HRV(通风)\n每月第一天的录音更正"
},
"1.0.10": {
"en": "Further adjustments for ems firmware 3.4 and error corrections 1.0.9",
"de": "Weitere Anpassungen für ems Firmware 3.4 und Fehlerkorrekturen 1.0.9",
Expand Down Expand Up @@ -188,4 +200,4 @@
},
"objects": [],
"instanceObjects": []
}
}
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.ems-esp",
"version": "1.0.10",
"version": "1.0.11",
"description": "EMS-ESP and KM200 Interface",
"author": {
"name": "Thomas Petrick",
Expand Down

0 comments on commit 880ba3b

Please sign in to comment.