@apocaliss92/scrypted-advanced-notifier 3.5.12 → 3.5.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/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 3.5.13
5
+
6
+ - Add scheduler for notifiers, can be used also for NVR notifications
7
+
4
8
  ### 3.5.11
5
9
 
6
10
  - Add default actions on camera
package/README.md CHANGED
@@ -59,6 +59,7 @@ Plugins supports scripting of the NVR buitin notifiers, following features are a
59
59
  - discover to MQTT
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
+ - schedule notifications
62
63
 
63
64
  ## Rules
64
65
  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.12",
8
+ "version": "3.5.13",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",