Skip to content

Commit

Permalink
chore: release v1.0.22
Browse files Browse the repository at this point in the history
-   fixed negative current_heat_power
  • Loading branch information
Klaus Weber committed Dec 1, 2024
1 parent 5a7dc48 commit 648dccb
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.22 (2024-12-01)

- fixed negative current_heat_power

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.21",
"version": "1.0.22",
"messagebox": true,
"news": {
"1.0.22": {
"en": "fixed negative current_heat_power",
"de": "fester negativer strom_heat_power",
"ru": "фиксированный отрицательный ток_тепл_мощь",
"pt": "corrente negativa fixa_heat_power",
"nl": "vaste negatieve stroom_warmte_vermogen",
"fr": "valeur négative de courant_heat_power",
"it": "corrente negativa fissa_heat_power",
"es": "corriente negativa fija_heat_power",
"pl": "stały prąd ujemny _ ciepło _ moc",
"uk": "фіксований негативний струм_heat_power",
"zh-cn": "固定负电流_热力_功率"
},
"1.0.21": {
"en": "added 2DL reading\nrenamed main class to TaBlnet and port to 'TA port' \nfixed negative current_heat_power",
"de": "2DL Lesen\numbenannt Hauptklasse zu TaBlnet und Hafen zu 'TA-Port '\nfester negativer strom_heat_power",
Expand Down Expand Up @@ -81,19 +94,6 @@
"pl": "poprawa odczytu natężenia przepływu\nrefaktoring kodu",
"uk": "поліпшення читання швидкості потоку\nрефакторинг коду",
"zh-cn": "改进流量读取率\n代码重构"
},
"1.0.15": {
"en": "refactorings and improved code documentation",
"de": "refactorings und verbesserte codedokumentation",
"ru": "рефакторинг и совершенствование кодовой документации",
"pt": "refatorações e melhor documentação de código",
"nl": "refactorings en verbeterde codedocumentatie",
"fr": "refacturation et amélioration de la documentation du code",
"it": "refactorings e documentazione di codice migliorata",
"es": "refactorings and improved code documentation",
"pl": "remonty i ulepszona dokumentacja kodowa",
"uk": "рефакторинги та вдосконалення документації з кодом",
"zh-cn": "重新设计和改进的代码文档"
}
},
"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.21",
"version": "1.0.22",
"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 648dccb

Please sign in to comment.