Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
* (Bannsaenger) temporarily fix the test script error with local libraries
  • Loading branch information
Bannsaenger committed Jan 24, 2023
1 parent a66a2f8 commit c8df4e8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This work is based on the nodejs module with pjlink implementation from **sy1vai

## ToDo
* support the node-pjlink project to implement class 2
* go back to the pjlink library on github. For now the library is held localy because of an error in the rest script
* go back to the pjlink library on github. For now the library is held localy because of an error in the test script

## How the adapter works
For now only class 1 is supported. This means the adapter can only poll the status.
Expand Down Expand Up @@ -83,7 +83,7 @@ the other lamps will be added dynamically.
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 0.1.1 (2023-01-24)
* (Bannsaenger) temporarily fix the test script error with local libraries

### 0.1.0 (2023-01-23)
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "pjlink",
"version": "0.1.0",
"version": "0.1.1",
"news": {
"0.1.1": {
"en": "temporarily fix the test script error with local libraries",
"de": "vorübergehend den testskriptfehler mit lokalen bibliotheken beheben",
"ru": "временно исправить ошибку скрипта теста с местными библиотеками",
"pt": "corrigir temporariamente o erro do script de teste com bibliotecas locais",
"nl": "tijdelijk de test scriptfout repareren met lokale bibliotheken",
"fr": "réparer temporairement l'erreur de script de test avec les bibliothèques locales",
"it": "correggere temporaneamente l'errore di script di test con le librerie locali",
"es": "corregir temporalmente el error del script de prueba con las bibliotecas locales",
"pl": "okazjonalnie naprawia błąd z bibliotekami lokalnymi",
"uk": "тимчасово зафіксувати помилку тестового сценарію з локальними бібліотеками",
"zh-cn": "临时用当地图书馆确定试验说明错误"
},
"0.1.0": {
"en": "extended configuration to let you choose the frequency and time for information retrieval\nadd possibility to customize media.input by the **INST** query and edit the names in instance config\nadd non-guaranteed time after power ON (number of skipped short cycles after power ON event)\nmoved all status queries to one timer due to authentification issues when queries are executed at the same time\ntreat error \"unavailabe time\" only as warning and log it only once",
"de": "erweiterte konfiguration, um ihnen die frequenz und zeit für die informationsabruf\nhinzufügen der Möglichkeit, media.input durch die INST-Abfrage zu anpassen und die Namen in Beispiel config zu bearbeiten\nfügen Sie nicht garantierte Zeit nach dem Power ON (Anzahl der übersprungen kurzen Zyklen nach dem Power ON Event)\nalle statusabfragen aufgrund von authentifikationsproblemen auf einen timer verschoben, wenn abfragen gleichzeitig ausgeführt werden\nfehler \"unavailabe time\" nur als warnung behandeln und nur einmal protokollieren",
Expand Down
27 changes: 7 additions & 20 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.pjlink",
"version": "0.1.0",
"version": "0.1.1",
"description": "PJLink Projector controll",
"author": {
"name": "Bannsaenger",
Expand Down

0 comments on commit c8df4e8

Please sign in to comment.