@apocaliss92/scrypted-advanced-notifier 3.6.1 → 3.6.3

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/README.md CHANGED
@@ -60,9 +60,13 @@ Plugins supports scripting of the NVR buitin notifiers, following features are a
60
60
  - Notifier notifications disabled: completely disable notifications for a specific notifier
61
61
  - Camera notifications disabled: disable notifications for a specific camera
62
62
  - Schedule notifications on both cameras and notifiers
63
- - Translate notifications with the plugin `Texts` section
63
+ - Translate notifications with the plugin `Texts` section (enabled by default)
64
64
  - Enable AI to generate descriptions, must be active also on the camera
65
65
 
66
+ **NVR notifiers can be used both as plugin notifiers, then with rules and everything, or just to enhance the NVR notifications.**
67
+ - If you want to use it as plugin notifier, you should keep the notifier enabled (at the very bottom of the page) BUT disable all the detection classes (on the device page of the device, i.e. `Scrypted iPhone App (user)`)
68
+ - If you want the plugin to just enhance the NVR notifications, there is nothing to change to make it work with the plugin. Just extend the notifier with this plugin and use the features you like to use
69
+
66
70
  ## Rules
67
71
  Rules can be of following types: Detection, Occupancy, Audio, Timelapse. These properties are in common with all, some are hidden until the `Show more configurations` gets activated
68
72
 
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.1",
8
+ "version": "3.6.3",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",