@apocaliss92/scrypted-advanced-notifier 4.5.5 → 4.5.7
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 +3 -0
- package/README.md +4 -0
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
<details>
|
|
2
2
|
<summary>Changelog</summary>
|
|
3
3
|
|
|
4
|
+
### 4.5.7
|
|
5
|
+
- Sequences implemented, build a custom actions sequence and activate it on a rule
|
|
6
|
+
|
|
4
7
|
### 4.5.0
|
|
5
8
|
- Notification images are now server through this plugin, and not cloud plugin anymore
|
|
6
9
|
- Rework of storing of artifacts (gifs, videos), check the README for the new webhooks syntax
|
package/README.md
CHANGED
|
@@ -165,6 +165,10 @@ Audio rules will monitor the audio received by the camera
|
|
|
165
165
|
- Set a `Decibel threshold` for the audio level to alert
|
|
166
166
|
- Set `Duration in seconds` if the audio should last at least these seconds to trigger a notification. Leave blank to notify right away
|
|
167
167
|
|
|
168
|
+
## Sequences
|
|
169
|
+
In the sequences section, on the plugin page, you will be able to define a custom sequence with various steps. Sequences can be used on detection rules when it gets trigger or reset.
|
|
170
|
+
(Initially only a few will be available, ask for more if you wish something more specific)
|
|
171
|
+
|
|
168
172
|
## Stored images
|
|
169
173
|
|
|
170
174
|
The plugin will store on filesystem, if configured, images for every basic detection and rule. Set the following configurations on the plugin page under the Storage tab
|
package/dist/plugin.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED