@apocaliss92/scrypted-advanced-notifier 3.6.5 → 3.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +1 -1
- package/dist/main.nodejs.js.LICENSE.txt +6 -0
- package/dist/plugin.zip +0 -0
- package/package.json +3 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
@@ -13,7 +13,7 @@ To enable MQTT exporting:
|
|
13
13
|
- setup the authentication parameters in the tab general -> MQTT, check the `Use MQTT plugin credentials` to use the credentials set on the MQTT plugin
|
14
14
|
- Check `Use NVR detections` if you want the images stored on MQTT to be the clipped ones from NVR.
|
15
15
|
- Check `Audio pressure (dB) detection` if you want a continuous reporting of the audio kept by the camera (dBs)
|
16
|
-
-
|
16
|
+
- Check `Check objects occupancy regularly` if you want regular occupancy data checks on the camera
|
17
17
|
- Cameras enabled to the plugin will be automatically enabled to MQTT. Can be disabled in the camera's section Advanced notifier -> Report to MQTT
|
18
18
|
|
19
19
|
The plugin will export to MQTT the following entities:
|
package/dist/plugin.zip
CHANGED
Binary file
|
package/package.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
"type": "git",
|
6
6
|
"url": "https://github.com/apocaliss92/scrypted-advanced-notifier"
|
7
7
|
},
|
8
|
-
"version": "3.6.
|
8
|
+
"version": "3.6.7",
|
9
9
|
"scripts": {
|
10
10
|
"scrypted-setup-project": "scrypted-setup-project",
|
11
11
|
"prescrypted-setup-project": "scrypted-package-json",
|
@@ -29,6 +29,8 @@
|
|
29
29
|
"notifier",
|
30
30
|
"filter",
|
31
31
|
"timelapses",
|
32
|
+
"securitySystem",
|
33
|
+
"alarm",
|
32
34
|
"track"
|
33
35
|
],
|
34
36
|
"scrypted": {
|