From ae7e258072e466dc6ab687f38c2041b9a72c5186 Mon Sep 17 00:00:00 2001 From: TKnpl Date: Mon, 1 Mar 2021 15:20:24 +0000 Subject: [PATCH] raised version --- README.md | 8 ++++---- io-package.json | 6 +++++- package.json | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 633691d..7c363f7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Adapter for the alerting service "Divera 24/7" ## Requirements -Your organisation has to subscribe the "Alarm" plan of Divera 24/7 services for full usability of this adapter +For full usability of this adapter your organisation has to subscribe the "Alarm" plan of Divera 24/7 services ## Configuartion of this adapter You have to enter your personal "Divera 24/7" access token and user ID to this adapter. @@ -31,6 +31,9 @@ Furthermore please chose an updating interval for calling the API server. 30 sec ## Changelog +### 0.0.9 +* (TKnpl) added default values for admin page + ### 0.0.8 * (TKnpl) Changed API call from intervall to timeout, added states 'group' and 'foreign_id' @@ -55,9 +58,6 @@ Furthermore please chose an updating interval for calling the API server. 30 sec ### 0.0.1 * (TKnpl) initial commit -## What's next -* Adding more data points for informations in case of an active alert - ## License MIT License diff --git a/io-package.json b/io-package.json index 44aac54..9643b33 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,12 @@ { "common": { "name": "divera247", - "version": "0.0.8", + "version": "0.0.9", "news": { + "0.0.9": { + "en": "added default values for admin page", + "de": "Standardwerte für Admin-Seite hinzugefügt" + }, "0.0.8": { "en": "Changed API call from intervall to timeout, added states 'group' and 'foreign_id'", "de": "Apfrage der API von Intervall auf Timeout geändert, States 'Gruppe' und 'Einsatznummer' hinzugefügt" diff --git a/package.json b/package.json index 1623471..526e8ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.divera247", - "version": "0.0.8", + "version": "0.0.9", "description": "Adapter zur Alarmierungssoftware Divera 24/7", "author": { "name": "tknpl",