@apocaliss92/scrypted-advanced-notifier 3.7.11 → 3.7.12
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 +1 -1
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -154,7 +154,7 @@ The plugin will store on filesystem, if configured, images for every basic detec
|
|
154
154
|
|
155
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
|
156
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
|
157
|
-
- `Snapshot from Decoder`, take snapshots from the camera decoded stream
|
157
|
+
- `Snapshot from Decoder`, take snapshots from the camera decoded stream. If set to `Always` it will be active only if any detection rule with videoclips, timelapse or occupancy rule is running. If set `OnMotion` it will run only during motion sessions, usefull if your camera gives many snapshot timeout errors
|
158
158
|
- Set `Minimum notification delay` to debounce further notifications
|
159
159
|
- Set `Minimum MQTT publish delay` to debounce the image update on MQTT for this basic detections
|
160
160
|
|
package/dist/plugin.zip
CHANGED
Binary file
|
package/package.json
CHANGED