@apocaliss92/scrypted-advanced-notifier 4.1.11 → 4.1.13

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
@@ -61,7 +61,7 @@ Plugins supports scripting of the NVR buitin notifiers, following features are a
61
61
  - Camera notifications disabled: disable notifications for a specific camera
62
62
  - Schedule notifications on both cameras and notifiers
63
63
  - Translate notifications with the plugin `Texts` section (enabled by default)
64
- - Enable AI to generate descriptions, must be active also on the camera
64
+ - Enable AI to generate descriptions. To make this to work, each camera and notifier should be extended with the Advanced notifier pluign and activate the AI flag on both. Reason is that ai calls can be expensive and needs to be explicitely enabled on both entities
65
65
 
66
66
  **NVR notifiers can be used both as plugin notifiers, then with rules and everything, or just to enhance the NVR notifications.**
67
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)`)
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": "4.1.11",
8
+ "version": "4.1.13",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",