Skip to content

Commit

Permalink
chore: release v0.0.2-beta.2
Browse files Browse the repository at this point in the history
* Switched recurring refresh from interval to timeout
* Manage internal list of already created states
  • Loading branch information
DEV2DEV-DE committed Nov 29, 2023
1 parent fbbb46e commit 69e88e7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Connects to the Jablotron cloud to access your security system.
Currently the adapter is **read-only**! It's only possible to read the states. Switching will be implemented later!

## Changelog
### **WORK IN PROGRESS**
### 0.0.2-beta.2 (2023-11-29)
* Switched recurring refresh from interval to timeout
* Manage internal list of already created states

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": "jablotron",
"version": "0.0.2-beta.1",
"version": "0.0.2-beta.2",
"news": {
"0.0.2-beta.2": {
"en": "Switched recurring refresh from interval to timeout\nManage internal list of already created states",
"de": "Geschaltete wiederkehrende Erfrischung von Intervall zu Timeout\nInterne Liste der bereits erstellten Staaten verwalten",
"ru": "Переключенный рекурс обновления от интервала до timeout\nУправляйте внутренним списком уже созданных государств",
"pt": "Atualização recorrente comutada de intervalo para timeout\nGerenciar a lista interna de estados já criados",
"nl": "Verfrissing van interval tot time-out\nBeheer de interne lijst van al gecreëerde staten",
"fr": "Rafraîchissement récurrent commuté de l'intervalle au timeout\nGérer la liste interne des Etats déjà créés",
"it": "Interruttore di rinfresco ricorrente da intervallo a timeout\nGestire l'elenco interno degli stati già creati",
"es": "Refrigerio recurrente conmutado de intervalo a tiempo\nGestionar la lista interna de estados ya creados",
"pl": "Odświetlanie odświeżone od przerw do czasu\nLista wewnętrzna państw uformowanych",
"uk": "Переключена рецидивна робота з інтервалом часу\nУправління внутрішнім переліком вже створених держав",
"zh-cn": "证人多次从间隔到时间停顿。\n管理已建国的内部名单"
},
"0.0.2-beta.1": {
"en": "Ready for beta testing",
"de": "Bereit für Beta-Tests",
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.jablotron",
"version": "0.0.2-beta.1",
"version": "0.0.2-beta.2",
"description": "Connects to the Jablotron cloud to access your security system",
"author": {
"name": "DEV2DEV-DE",
Expand Down

0 comments on commit 69e88e7

Please sign in to comment.