@apocaliss92/scrypted-advanced-notifier 3.4.6 → 3.4.8

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,11 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 3.4.8
5
+
6
+ - Add support for NVR notifiers to enable/disable notifications globally or per camera, if the camera flag is off. This allows to script NVR notifications without implementing any rule
7
+ - Notifiers device discovered on MQTT
8
+
4
9
  ### 3.4.1
5
10
 
6
11
  - Add setting to enable snoozing actions on a notifier (Pushover and homeassistant)
package/README.md CHANGED
@@ -42,9 +42,16 @@ The plugin provides customized way to deliver notifications. It is based on rule
42
42
  - `Scrypted token`: Token stored on the scrypted entity on homeassistant
43
43
  - `NVR url`: Url pointing to the NVR instance, should be accessible from outside
44
44
 
45
+ ### Snoozing
45
46
  It's also possible to enable snoozing actions enabling the `Add snoozing actions` settings on the notifier page (experimental, it will open a browser tab. Will probably require an automation importing in future to use homeassistant actions)
46
47
  Notifications can be disabled for a specific camera on the camera page, Advanced notifier => Notifier => `Notifications enabled` (available on MQTT as well)
47
48
 
49
+ ### Scrypted NVR notifiers
50
+ Plugins supports scripting of the NVR buitin notifiers, following features are available:
51
+ - discover to MQTT
52
+ - enablement of notifications
53
+ - disable specific camera notifications, if it's notifications are disabled. This will require both the camera and the NVR notifier to extend this plugin
54
+
48
55
  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
49
56
 
50
57
  - `Activation type`: when the rule shoul be active
@@ -142,7 +149,7 @@ It's possbile to configure an homeassistant connection (or utilize the one confi
142
149
 
143
150
  Some basic webhooks are available
144
151
 
145
- # Latest snapshot
152
+ ### Latest snapshot
146
153
 
147
154
  Will provide the latest registered image for each type, on the camera settings will be provided the basic url, {IMAGE_NAME} should be replaced with one of the following:
148
155
 
@@ -152,7 +159,7 @@ Will provide the latest registered image for each type, on the camera settings w
152
159
  - `object-detection-face-{ known person label }-NVR` (cropped images from NVR)
153
160
  - `rule-{ rule name }`
154
161
 
155
- # POST detection images
162
+ ### POST detection images
156
163
 
157
164
  Provide multiple urls, for each detection, POST a b64 image with some additional metadata. Filter
158
165
  on some classes and define a minimum delay.
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.4.6",
8
+ "version": "3.4.8",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",