Skip to content

Commit

Permalink
chore: release v1.7.0
Browse files Browse the repository at this point in the history
* (fred0815) added missing ISM8i states
* (fred0815) optimized channel object naming
* (fred0815) fixed configuration of polling interval
* (Apollon77) Adjust some temperature states to allow to go negative
  • Loading branch information
Apollon77 committed Jan 26, 2023
1 parent be50b1b commit 02286c5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Lese auf [deutsch](docs/de/README.md).
-->

## Changelog

### __WORK IN PROGRESS__
### 1.7.0 (2023-01-26)
* (fred0815) added missing ISM8i states
* (fred0815) optimized channel object naming
* (fred0815) fixed configuration of polling interval
Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "wolf",
"version": "1.6.1",
"version": "1.7.0",
"title": "wolf",
"titleLang": {
"en": "WOLF Heating over ISM8i",
Expand All @@ -16,6 +16,19 @@
"zh-cn": "ISM8i上的“狼”加热"
},
"news": {
"1.7.0": {
"en": "added missing ISM8i states\noptimized channel object naming\nfixed configuration of polling interval\nAdjust some temperature states to allow to go negative",
"de": "fehlende ISM8i Staaten\noptimierte kanal objektbezeichnung\nfeste konfiguration des abfrageintervalls\nEinige Temperaturzustände anpassen, um negativ zu gehen",
"ru": "добавлено отсутствующее состояние ISM8i\nоптимизированный объект канала naming\nфиксированная конфигурация интервала опроса\nОтрегулируйте некоторые состояния температуры, чтобы позволить пойти отрицательно",
"pt": "adicionado desaparecido ISM8i estados\ndesign de objeto de canal otimizado\nconfiguração fixa do intervalo de votação\nAjuste alguns estados de temperatura para permitir ir negativo",
"nl": "vermiste ISM8i staat\noptimaal kanaal object genaamd\nin beslag genomen van het vervuilen van interval\nVerander wat temperatuurstaat om negatief te kunnen worden",
"fr": "ajouté des états ISM8i manquants\nnom d'objet canal optimisé\nconfiguration fixe de l'intervalle de vote\nAjuster certains états de température pour permettre d'aller négatif",
"it": "aggiunto mancanti stati ISM8i\nottimizzato canale oggetto denominazione\nconfigurazione fissa dell'intervallo di polling\nRegolare alcuni stati di temperatura per consentire di andare negativo",
"es": "estados ISM8i desaparecidos\noptimizado canal de nombre de objeto\nconfiguración fija del intervalo de votación\nAjuste algunos estados de temperatura para permitir ir negativo",
"pl": "brakujące stany ISM8\nzoptymalizowany obiekt programowy naming\nustalona konfiguracja przedziałów zaliczonych\nAdjust niektóre stany temperatury pozwalają na uzyskanie negatywnej wartości",
"uk": "додано відсутні стани ISM8i\nоптимізований об'єкт каналу\nфіксована конфігурація інтервалу опитування\nРегулювання деяких температурних станів, щоб отримати негативний",
"zh-cn": "新增的伊多西亚州\n优化发源的物体\na. 固定的污染间隔组合\n调整某些温度国家,允许出现消极气体"
},
"1.6.1": {
"en": "Fixed some crash cases with unknown datapoints",
"de": "Einige Crashfälle mit unbekannten Datenpunkten behoben",
Expand Down Expand Up @@ -89,18 +102,6 @@
"es": "Valor mínimo de temperatura exterior corregido",
"pl": "Skorygowana minimalna wartość temperatury zewnętrznej",
"zh-cn": "修正的室外温度最小值"
},
"1.3.2": {
"en": "(eifel-tech/tobias) Corrected error: DP 149 with correct Type (Issue #30)\n(eifel-tech/tobias) Changes for js-controller 3.3",
"de": "(eifel-tech/tobias) Behobener Fehler: DP 149 mit korrektem Typ (Ausgabe #30)\n(eifel-tech/tobias) Änderungen für js-controller 3.3",
"ru": "(eifel-tech / tobias) Исправленная ошибка: DP 149 с правильным типом (Проблема № 30)\n(eifel-tech / tobias) Изменения для js-controller 3.3",
"pt": "(eifel-tech / tobias) Erro corrigido: DP 149 com tipo correto (Problema # 30)\n(eifel-tech / tobias) Alterações para js-controlador 3.3",
"nl": "(eifel-tech/tobias) Gecorrigeerde fout: DP 149 met het juiste type (probleem #30)\n(eifel-tech/tobias) Wijzigingen voor js-controller 3.3",
"fr": "(eifel-tech/tobias) Erreur corrigée : DP 149 avec le type correct (problème n° 30)\n(eifel-tech/tobias) Changements pour js-controller 3.3",
"it": "(eifel-tech/tobias) Errore corretto: DP 149 con tipo corretto (edizione #30)\n(eifel-tech/tobias) Modifiche per js-controller 3.3",
"es": "(eifel-tech / tobias) Error corregido: DP 149 con el tipo correcto (Problema # 30)\n(eifel-tech / tobias) Cambios para js-controller 3.3",
"pl": "(eifel-tech/tobias) Poprawiony błąd: DP 149 z poprawnym typem (problem #30)\n(eifel-tech/tobias) Zmiany dla kontrolera js 3.3",
"zh-cn": "(eifel-tech/tobias) 更正错误:DP 149 类型正确(问题 #30)\n(eifel-tech/tobias) js-controller 3.3 的变化"
}
},
"docs": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.wolf",
"version": "1.6.1",
"version": "1.7.0",
"description": "Wolf Heating over ISM8i",
"author": {
"name": "smiling_Jack",
Expand Down

0 comments on commit 02286c5

Please sign in to comment.