@apocaliss92/scrypted-advanced-notifier 4.5.6 → 4.5.8

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.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
@@ -5,7 +5,7 @@
5
5
  "type": "git",
6
6
  "url": "https://github.com/apocaliss92/scrypted-advanced-notifier"
7
7
  },
8
- "version": "4.5.6",
8
+ "version": "4.5.8",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",