Skip to content

Commit

Permalink
new version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TKnpl committed Mar 7, 2022
1 parent 502d5ae commit ffb45ba
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 15 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,22 @@
Adapter for the alerting service <a href="https://www.divera247.com/" target="_blank">Divera 24/7</a>

## Requirements
For full usability of this adapter your organisation has to subscribe the "Alarm" plan of Divera 24/7 services
For full usability of this adapter your organisation has to subscribe the "Alarm" plan of Divera 24/7 services in minimum otherwise, the adapter will not work or will not work completely.

## Configuartion of this adapter
You have to enter your "Divera 24/7" login crendentials to this adapter.

Furthermore you can restrict the alarms on specific users or alarm groups.
For this you have to enter the Divera user IDs or alarm group number into the admin page of this adapter. Several user IDs and / or alarm group numbers can be specifyed seperated by comma (,).
For this you have to enter the Divera user IDs or alarm group numbers into the admin page of this adapter. Several user IDs and / or alarm group numbers can be specifyed seperated by comma (,).
This adapter checks first the userIDs befor it checks the groups. The first hit will trigger the alarm and update all states. A combination of userID and alarm group is currently not possible.

To subscribe **all alarms**, just leave the relevant field empty.

Furthermore please choose an updating interval for calling the API server. 30 seconds are recommended. The minimum is 10 seconds.
To subscribe **all alarms**, just leave the input fields empty.

## Changelog

### 0.2.0
* (TKnpl) complete renewal of the adapter

### 0.1.3
* (TKnpl) general revision of the adapter

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.1.3",
"version": "0.2.0",
"news": {
"0.2.0": {
"en": "Complete renewal of the adapter",
"de": "Generelle Erneuerung des Adapters"
},
"0.1.3": {
"en": "general revision of the adapter",
"de": "Generelle Überarbeitung des Adapters"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"_from": "iobroker.divera247@0.1.2",
"_id": "iobroker.divera247@0.1.2",
"_from": "iobroker.divera247@0.2.0",
"_id": "iobroker.divera247@0.2.0",
"_inBundle": false,
"_integrity": "sha512-nFW/x7r8xVvA4N8In5YjTBIbOen+4d03Kvd0SlHZ0ERm9Llae8hi2zFkwTPOJIrTSfA4mHE9d1fw/t7xr1/IQg==",
"_location": "/iobroker.divera247",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "iobroker.divera247@0.1.2",
"raw": "iobroker.divera247@0.2.0",
"name": "iobroker.divera247",
"escapedName": "iobroker.divera247",
"rawSpec": "0.1.2",
"rawSpec": "0.2.0",
"saveSpec": null,
"fetchSpec": "0.1.2"
"fetchSpec": "0.2.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/iobroker.divera247/-/iobroker.divera247-0.1.2.tgz",
"_resolved": "https://registry.npmjs.org/iobroker.divera247/-/iobroker.divera247-0.2.0.tgz",
"_shasum": "1d91da0d747552853eadacdf740dc33818456a43",
"_spec": "iobroker.divera247@0.1.2",
"_spec": "iobroker.divera247@0.2.0",
"_where": "/opt/iobroker",
"author": {
"name": "tknpl",
Expand Down Expand Up @@ -79,5 +79,5 @@
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit"
},
"version": "0.1.3"
"version": "0.2.0"
}

0 comments on commit ffb45ba

Please sign in to comment.