Skip to content

Commit

Permalink
chore: release v0.0.2-beta.5
Browse files Browse the repository at this point in the history
* Handle unknown state types
  • Loading branch information
DEV2DEV-DE committed Nov 29, 2023
1 parent 0ec9ac4 commit 305c722
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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.5 (2023-11-29)
* Handle unknown state types

### 0.0.2-beta.4 (2023-11-29)**
Expand Down
28 changes: 14 additions & 14 deletions 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.4",
"version": "0.0.2-beta.5",
"news": {
"0.0.2-beta.5": {
"en": "Handle unknown state types",
"de": "Handle unbekannte Zustandstypen",
"ru": "Обработка неизвестных государственных типов",
"pt": "Lidar com tipos de estado desconhecidos",
"nl": "Handel onbekende staatstypes",
"fr": "Types d'état inconnus",
"it": "Maniglia tipi di stato sconosciuti",
"es": "Tipos de estado desconocidos",
"pl": "Nieznane dane stanowe",
"uk": "Ручка невідомого типу держави",
"zh-cn": "中型不明国家类型"
},
"0.0.2-beta.4": {
"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",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Automatyczne wydanie na NMP",
"uk": "Увімкнути автоматичні релізи на NMP",
"zh-cn": "恩格尔自动排放"
},
"0.0.2-alpha.1": {
"en": "Enabled automatic releases on NMP",
"de": "Automatische Freigaben auf NMP aktivieren",
"ru": "Включены автоматические релизы на NMP",
"pt": "Lançamentos automáticos habilitados em NMP",
"nl": "Automatische vrijlating op NMP",
"fr": "Sorties automatiques activées sur NMP",
"it": "Abilitato rilascio automatico su NMP",
"es": "Activación automática en NMP",
"pl": "Automatyczne wydanie na NMP",
"uk": "Увімкнути автоматичні релізи на NMP",
"zh-cn": "恩格尔自动排放"
}
},
"titleLang": {
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.4",
"version": "0.0.2-beta.5",
"description": "Connects to the Jablotron cloud to access your security system",
"author": {
"name": "DEV2DEV-DE",
Expand Down

0 comments on commit 305c722

Please sign in to comment.