Skip to content

Commit

Permalink
chore: release v1.0.23
Browse files Browse the repository at this point in the history
-   added initial CMI support
  • Loading branch information
Klaus Weber committed Dec 8, 2024
1 parent 8875c0f commit 86575b3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ You can find the manual of BL-NET here: https://www.ta.co.at/fileadmin/Downloads
<!--
Placeholder for next version: ### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 1.0.23 (2024-12-08)

- added initial CMI support

Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
{
"common": {
"name": "ta-blnet",
"version": "1.0.22",
"version": "1.0.23",
"messagebox": true,
"news": {
"1.0.23": {
"en": "added initial CMI support",
"de": "anfängliche CMI-Unterstützung",
"ru": "добавлена первоначальная поддержка CMI",
"pt": "suporte CMI inicial adicionado",
"nl": "toegevoegde initiële CMI-ondersteuning",
"fr": "le soutien initial du CMI ajouté",
"it": "supporto CMI iniziale aggiunto",
"es": "apoyo inicial del CMI",
"pl": "dodane wstępne wsparcie CMI",
"uk": "додана початкова підтримка CMI",
"zh-cn": "增加了海事委员会的初步支助"
},
"1.0.22": {
"en": "fixed negative current_heat_power",
"de": "fester negativer strom_heat_power",
Expand Down Expand Up @@ -81,19 +94,6 @@
"pl": "dodana liczba klatek CAN do uvr _ mode _ str\nlepsze rozpoznanie konieczności ponownego rozpoznania wiadomości \"zachować pacjenta\" z BL- NET",
"uk": "додано кількість кадрів CAN до uvr_mode_str\nпокращене визнання необхідності птиху на повідомленнях «клімату пацієнта» від BL-NET",
"zh-cn": "将 CAN 框架添加到 urr_ mode_ str 中\n在BL-NET的“保留病人”信息上,对重复的必要性的认识得到提高"
},
"1.0.16": {
"en": "improved reading of flow rate\ncode refactoring",
"de": "verbesserung des durchflusses\ncode refactoring",
"ru": "улучшение показателей расхода\nrefactor",
"pt": "melhor leitura da taxa de fluxo\nrefactoring de código",
"nl": "verbeterde meting van het debiet\ncode refactoring",
"fr": "une meilleure lecture du débit\nrefactoration du code",
"it": "lettura migliorata della portata\ncodifica refactoring",
"es": "mejor lectura de la tasa de flujo\ncambio de código",
"pl": "poprawa odczytu natężenia przepływu\nrefaktoring kodu",
"uk": "поліпшення читання швидкості потоку\nрефакторинг коду",
"zh-cn": "改进流量读取率\n代码重构"
}
},
"titleLang": {
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.ta-blnet",
"version": "1.0.22",
"version": "1.0.23",
"description": "An ioBroker adapter for reading inputs and outputs of the climate controller from Technische Alternative using BL-NET.",
"author": {
"name": "Klaus Weber",
Expand Down

0 comments on commit 86575b3

Please sign in to comment.