@apocaliss92/scrypted-advanced-notifier 3.5.13 → 3.6.1

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 CHANGED
@@ -1,6 +1,14 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 3.6.1
5
+
6
+ - Add support to camera AI generated
7
+
8
+ ### 3.6.0
9
+
10
+ - Add support to NVR notifications to translations and AI messages
11
+
4
12
  ### 3.5.13
5
13
 
6
14
  - Add scheduler for notifiers, can be used also for NVR notifications
package/README.md CHANGED
@@ -57,9 +57,11 @@ Notifications can be disabled globally on the general tab of the plugin
57
57
  ### Scrypted NVR notifiers
58
58
  Plugins supports scripting of the NVR buitin notifiers, following features are available:
59
59
  - discover to MQTT
60
- - enablement of notifications
61
- - disable specific camera notifications, if it's notifications are disabled. This will require both the camera and the NVR notifier to extend this plugin
62
- - schedule notifications
60
+ - Notifier notifications disabled: completely disable notifications for a specific notifier
61
+ - Camera notifications disabled: disable notifications for a specific camera
62
+ - Schedule notifications on both cameras and notifiers
63
+ - Translate notifications with the plugin `Texts` section
64
+ - Enable AI to generate descriptions, must be active also on the camera
63
65
 
64
66
  ## Rules
65
67
  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
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.5.13",
8
+ "version": "3.6.1",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",