Skip to content

Commit

Permalink
raised version
Browse files Browse the repository at this point in the history
  • Loading branch information
TKnpl committed Mar 1, 2021
1 parent aee2519 commit ae7e258
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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'

Expand All @@ -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

Expand Down
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.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"
Expand Down
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.8",
"version": "0.0.9",
"description": "Adapter zur Alarmierungssoftware Divera 24/7",
"author": {
"name": "tknpl",
Expand Down

0 comments on commit ae7e258

Please sign in to comment.