diff --git a/README.md b/README.md index f382b33..4cc4082 100644 --- a/README.md +++ b/README.md @@ -16,21 +16,22 @@ Adapter for the alerting service Divera 24/7 ## 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 diff --git a/io-package.json b/io-package.json index 378ab67..f66fcb6 100644 --- a/io-package.json +++ b/io-package.json @@ -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" diff --git a/package-lock.json b/package-lock.json index c0ebdc5..9259be2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "iobroker.divera247", - "version": "0.1.3", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8d9fc51..983e0fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "_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", @@ -8,20 +8,20 @@ "_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", @@ -79,5 +79,5 @@ "test:package": "mocha test/package --exit", "test:unit": "mocha test/unit --exit" }, - "version": "0.1.3" + "version": "0.2.0" }