Skip to content

Commit

Permalink
chore: release v1.0.9
Browse files Browse the repository at this point in the history
-   improved logging and introduced a new socket for each command
  • Loading branch information
Klaus Weber committed Nov 21, 2024
1 parent 0eb9673 commit 40a1c90
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ Please refer to the [`dev-server` documentation](https://github.com/ioBroker/dev
<!--
Placeholder for next version: ### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 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.8",
"version": "1.0.9",
"messagebox": true,
"news": {
"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",
"ru": "улучшенная регистрация и введен новый розетка для каждой команды",
"pt": "melhorou o registro e introduziu um novo soquete para cada comando",
"nl": "verbeterde logging en introduceerde een nieuwe socket voor elk commando",
"fr": "amélioration de l'enregistrement et introduction d'une nouvelle socket pour chaque commande",
"it": "migliorato logging e introdotto una nuova presa per ogni comando",
"es": "mejora de registro e introduce un nuevo socket para cada comando",
"pl": "ulepszone logowanie i wprowadzenie nowego gniazda dla każdego polecenia",
"uk": "удосконалено запис і введено новий гніздо для кожної команди",
"zh-cn": "改进记录并引入每个命令的新套接字"
},
"1.0.8": {
"en": "improving logging in order to analyse system using CAN bus\nadded retry for reading UVR HEADER in order to identify uvr_mode",
"de": "verbesserung der Protokollierung, um das System mit CAN-Bus zu analysieren\nhinzugefügt Retry zum Lesen von UVR HEADER, um uvr_mode zu identifizieren",
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.8",
"version": "1.0.9",
"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 40a1c90

Please sign in to comment.