@apocaliss92/scrypted-advanced-notifier 3.6.11 → 3.6.13

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,14 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 3.6.13
5
+
6
+ - Add notification sound customization (currently only for HA notifiers)
7
+
8
+ ### 3.6.12
9
+
10
+ - Decoder usage checkbox changed with a selection, Off, OnMotion (previous default), Always
11
+
4
12
  ### 3.6.11
5
13
 
6
14
  - Quick actions added to alarm notifications
package/README.md CHANGED
@@ -153,7 +153,7 @@ The plugin will store on filesystem, if configured, images for every basic detec
153
153
 
154
154
  - `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
155
  - `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
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. Activable only on motion or permanently
157
157
  - Set `Minimum notification delay` to debounce further notifications
158
158
  - Set `Minimum MQTT publish delay` to debounce the image update on MQTT for this basic detections
159
159
 
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": "3.6.11",
8
+ "version": "3.6.13",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",