@apocaliss92/scrypted-advanced-notifier 3.5.13 → 3.6.0

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.0
5
+
6
+ - Add support to NVR notifications to translations and AI messages
7
+
4
8
  ### 3.5.13
5
9
 
6
10
  - Add scheduler for notifiers, can be used also for NVR notifications
package/README.md CHANGED
@@ -60,6 +60,8 @@ Plugins supports scripting of the NVR buitin notifiers, following features are a
60
60
  - enablement of notifications
61
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
62
  - schedule notifications
63
+ - Text changing using the same plugin configurations under `Texts`, allowing for translations
64
+ - AI text generation
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.0",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",