Skip to content

Commit

Permalink
chore: release v1.0.8
Browse files Browse the repository at this point in the history
-   improving logging in order to analyse system using CAN bus
-   added retry for reading UVR HEADER in order to identify uvr_mode
  • Loading branch information
Klaus Weber committed Nov 21, 2024
1 parent a2dc659 commit 86ea03c
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.8 (2024-11-21)
- improving logging in order to analyse system using CAN bus
- added retry for reading UVR HEADER in order to identify uvr_mode
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.7",
"version": "1.0.8",
"messagebox": true,
"news": {
"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",
"ru": "улучшение лесозаготовок для анализа системы с использованием автобуса CAN\nдобавлена ретрия для чтения UVR HEADER для идентификации uvr_mode",
"pt": "melhorar o log para analisar o sistema usando o CAN bus\nnova tentativa de leitura UVR HEADER para identificar uvr_mode",
"nl": "verbeteren van de logging om het systeem te analyseren met behulp van CAN bus\ntoegevoegd opnieuw proberen voor het lezen van UVR-HEDER om uvr_mode te identificeren",
"fr": "améliorer l'enregistrement pour analyser le système en utilisant le bus CAN\najout de réessayer pour lire UVR HEADER afin d'identifier uvr_mode",
"it": "migliorare la registrazione al fine di analizzare il sistema utilizzando CAN bus\nretry aggiunto per la lettura UVR HEADER al fine di identificare uvr_mode",
"es": "mejorar el registro para analizar el sistema mediante autobuses CAN\nañadida retry para leer UVR HEADER con el fin de identificar uvr_mode",
"pl": "ulepszanie logowania w celu analizy systemu za pomocą magistrali CAN\ndodano ponownie do odczytu UVR HEADER w celu identyfikacji trybu uvr _ mode",
"uk": "для аналізу системи за допомогою автобуса CAN\nдодана птиця для читання UVR HEADER для визначення uvr_mode",
"zh-cn": "改进记录,以便使用CAN总线分析系统\n添加读取 UVR HEAMEER 的重试, 以识别 urr_ mode"
},
"1.0.7": {
"en": "testing deployment via \"npm run release\"",
"de": "testeinsatz über \"npm run release\"",
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.7",
"version": "1.0.8",
"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 86ea03c

Please sign in to comment.