Skip to content

Commit

Permalink
fixed io-package news issue
Browse files Browse the repository at this point in the history
TKnpl committed Jan 24, 2021
1 parent be16b75 commit c2fa364
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -27,6 +27,9 @@ Furthermore please chose an updating interval for calling the API server. 30 sec

## Changelog

### 0.0.5
* (TKnpl) fixed io-package news issue

### 0.0.4
* (TKnpl) Connection check to api improved, added timestamp of latest alert

6 changes: 5 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"common": {
"name": "divera247",
"version": "0.0.4",
"version": "0.0.5",
"news": {
"0.0.5": {
"en": "fixed io-package news issue",
"de": "io-package news Anforderungen nachgepflegt"
},
"0.0.4": {
"en": "Connection check to api improved, added timestamp of latest alert",
"de": "API-Verbindungs-Check verbesserunt, Alarmieringszeitstempel hinzugefügt"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.divera247",
"version": "0.0.4",
"version": "0.0.5",
"description": "Adapter zur Alarmierungssoftware Divera 24/7",
"author": {
"name": "tknpl",

0 comments on commit c2fa364

Please sign in to comment.