@apocaliss92/scrypted-advanced-notifier 4.4.75 → 4.5.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
+ ### 4.5.0
5
+ - Notification images are now server through this plugin, and not cloud plugin anymore
6
+ - Rework of storing of artifacts (gifs, videos), check the README for the new webhooks syntax
7
+
4
8
  ### 4.4.75
5
9
  - Add setting for custom origin to cover cloud plugin missing
6
10
  - Fix init NVR Notifier proxy device
package/README.md CHANGED
@@ -187,15 +187,14 @@ Some basic webhooks are available
187
187
 
188
188
  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:
189
189
 
190
- - `object-detection-{ motion | any_object | animal | person | vehicle }`
191
- - `object-detection-{ motion | any_object | animal | person | vehicle }-{ Crop | MarkBoundaries}`
192
- - `object-detection-{ motion | any_object | animal | person | vehicle }-{ NVR | Frigate }`
193
- - `object-detection-face-{ known person label }`
194
- - `object-detection-face-{ known person label }-{ NVR | Frigate }`
195
- - `rule-{ ruleName }`
196
- - `rule-{ ruleName }-{ motion | any_object | animal | person | vehicle }`
197
- - `rule-{ ruleName }-{ Crop | MarkBoundaries}`
198
- - `rule-{ ruleName }-{ Crop | MarkBoundaries}-{ motion | any_object | animal | person | vehicle }`
190
+ - `object-detection__{ motion | any_object | animal | person | vehicle }`
191
+ - `object-detection__{ motion | any_object | animal | person | vehicle }__{ NVR | Frigate }`
192
+ - `object-detection__face-{ known person label }`
193
+ - `object-detection__face-{ known person label }_{ NVR | Frigate }`
194
+ - `ruleImage__{ ruleName }`
195
+ - `ruleImage__{ ruleName }__{ Crop | MarkBoundaries}`
196
+ - `ruleClip__{ ruleName }`
197
+ - `ruleGif__{ ruleName }`
199
198
 
200
199
  ### POST detection images
201
200
 
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": "4.4.75",
8
+ "version": "4.5.0",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",