@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 +4 -0
- package/README.md +8 -9
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
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-
|
|
191
|
-
- `object-
|
|
192
|
-
- `object-
|
|
193
|
-
- `object-
|
|
194
|
-
- `
|
|
195
|
-
- `
|
|
196
|
-
- `
|
|
197
|
-
- `
|
|
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