@apocaliss92/scrypted-advanced-notifier 4.4.70 → 4.4.72

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,9 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 4.4.72
5
+ - Add setting to allow clip extension on repeated detections in the configured timeframe
6
+
4
7
  ### 4.4.70
5
8
  - Added links to Zentik
6
9
 
package/README.md CHANGED
@@ -48,7 +48,7 @@ The plugin provides customized way to deliver notifications. It is based on rule
48
48
  I have developed a notifications app, Zentik, now available for beta testing:
49
49
  - iOS under https://testflight.apple.com/join/dFqETQEm
50
50
  - PWA (android, web) under https://notifier.zentik.app
51
- It will work seaminglessly with Scrypted, showing all the media dispatched (i.e. video + image)
51
+ It will work seaminglessly with Scrypted, showing all the media dispatched (i.e. video + image). Scrypted plugin available https://www.npmjs.com/package/@apocaliss92/scrypted-zentik
52
52
 
53
53
  It's useful to use Pushover or NTFY as notifiers storage, in combination with a homeassistant or NVR one, setting its priority to the lowest. This will allow to have a rich notification and also to store it on another notifier. This because notifiers such as pushover, ntfy or telegram do not have a nice support to actions. Following parameters are required to successfully send notifications
54
54
 
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.70",
8
+ "version": "4.4.72",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",