@apocaliss92/scrypted-advanced-notifier 3.6.21 → 3.6.23
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/README.md +3 -2
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -49,7 +49,7 @@ The plugin provides customized way to deliver notifications. It is based on rule
|
|
49
49
|
Each notifier will be fully configurable on every rule, with possibility to set: actions, addSnoozeActions or priority.
|
50
50
|
Default actions can be set on every camera, will be added to each notification
|
51
51
|
|
52
|
-
All notifiers currently support
|
52
|
+
All notifiers currently support critical notifications.
|
53
53
|
|
54
54
|
Notifications can be disabled for a specific camera on the camera page, Advanced notifier => Notifier => `Notifications enabled` (available on MQTT as well)
|
55
55
|
Notifications can be disabled globally on the general tab of the plugin
|
@@ -80,6 +80,7 @@ Rules can be of following types: Detection, Occupancy, Audio, Timelapse. These p
|
|
80
80
|
- `Open sensors` which sensors should be open to enable the rule
|
81
81
|
- `Closed sensors` which sensors should be closed to enable the rule
|
82
82
|
- `Alarm modes` which alarm states should enable the rule. The alarm system device can be defined in the plugin page under Rules => `Security system`
|
83
|
+
- `Notify with a clip` available only for detection and occupancy rules, the plugin will activate a decoder to save the last frames of the camera. On the trigger of a rule, a short GIF will be generated and sent instead of a simple snapshot. This works beautifully with homeassistant notifiers, since it will preview the clip in the notification preview
|
83
84
|
|
84
85
|
### Detection
|
85
86
|
|
@@ -153,7 +154,7 @@ The plugin will store on filesystem, if configured, images for every basic detec
|
|
153
154
|
|
154
155
|
- `Minimum snapshot acquisition delay`, minimum seconds to wait until a new snapshot can be taken from a camera, keep it around 5 seconds for cameras with weak hardware
|
155
156
|
- `Off motion duration`, amount of seconds to consider motion as ended for rules/detections affecting the camera. It will override the motion off events
|
156
|
-
- `Snapshot from Decoder`, take snapshots from the camera decoded stream, use it only if you have many timeout errors and cannot rely on updated images on MQTT, this is CPU intensive.
|
157
|
+
- `Snapshot from Decoder`, take snapshots from the camera decoded stream, use it only if you have many timeout errors and cannot rely on updated images on MQTT, this is CPU intensive. It will be active only during motion sessions
|
157
158
|
- Set `Minimum notification delay` to debounce further notifications
|
158
159
|
- Set `Minimum MQTT publish delay` to debounce the image update on MQTT for this basic detections
|
159
160
|
|
package/dist/plugin.zip
CHANGED
Binary file
|
package/package.json
CHANGED