@apocaliss92/scrypted-advanced-notifier 3.6.0 → 3.6.2

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,10 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 3.6.1
5
+
6
+ - Add support to camera AI generated
7
+
4
8
  ### 3.6.0
5
9
 
6
10
  - Add support to NVR notifications to translations and AI messages
package/README.md CHANGED
@@ -57,11 +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
63
- - Text changing using the same plugin configurations under `Texts`, allowing for translations
64
- - AI text generation
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
65
65
 
66
66
  ## Rules
67
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.6.0",
8
+ "version": "3.6.2",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",