Skip to content

Commit

Permalink
chore: release v1.0.10
Browse files Browse the repository at this point in the history
- improved reading device info
- fixed handling of negative temperatures
  • Loading branch information
Klaus Weber committed Nov 21, 2024
1 parent 9170ca1 commit 820763b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,10 @@ Please refer to the [`dev-server` documentation](https://github.com/ioBroker/dev
<!--
Placeholder for next version: ### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.0.10 (2024-11-21)
- improved reading device info
- fixed handling of negative temperatures
### 1.0.9 (2024-11-21)
- improved logging and introduced a new socket for each command
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
{
"common": {
"name": "uvr16xx-blnet",
"version": "1.0.9",
"version": "1.0.10",
"messagebox": true,
"news": {
"1.0.10": {
"en": "improved reading device info\nfixed handling of negative temperatures",
"de": "verbesserte lesegerät-info\nfeste handhabung negativer temperaturen",
"ru": "улучшенная информация об устройстве чтения\nфиксированная обработка отрицательных температур",
"pt": "informação melhorada do dispositivo de leitura\nmanipulação fixa de temperaturas negativas",
"nl": "verbeterde leesapparaatinformatie\nvaste behandeling van negatieve temperaturen",
"fr": "amélioration de l'information du périphérique de lecture\nmanipulation fixe des températures négatives",
"it": "informazioni del dispositivo di lettura migliorate\ngestione fissa delle temperature negative",
"es": "información mejorada del dispositivo de lectura\nmanejo fijo de temperaturas negativas",
"pl": "ulepszone informacje o urządzeniu do czytania\nstała obsługa ujemnych temperatur",
"uk": "поліпшена інформація про пристрій читання\nфіксована обробка негативних температур",
"zh-cn": "改进的读取设备信息\n固定处理负温度"
},
"1.0.9": {
"en": "improved logging and introduced a new socket for each command",
"de": "verbesserte protokollierung und einführung einer neuen steckdose für jeden befehl",
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.uvr16xx-blnet",
"version": "1.0.9",
"version": "1.0.10",
"description": "An ioBroker adapter for reading inputs and outputs of the UVR16xx controller from Technische Alternative using BL-NET.",
"author": {
"name": "Klaus Weber",
Expand Down

0 comments on commit 820763b

Please sign in to comment.