@apocaliss92/scrypted-advanced-notifier 3.5.10 → 3.5.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/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 3.5.11
5
+
6
+ - Add default actions on camera
7
+
4
8
  ### 3.5.10
5
9
 
6
10
  - [BREAKING CHANGE] HaActions and priority have been removed in favour of specific settings for every notifier utilized on a rule
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Scrypted advanced notifier
2
2
 
3
3
  https://github.com/apocaliss92/scrypted-advanced-notifier - For requests and bugs
4
+ https://buymeacoffee.com/apocaliss92
4
5
 
5
6
  # Getting started
6
7
 
@@ -46,6 +47,7 @@ The plugin provides customized way to deliver notifications. It is based on rule
46
47
  - `NVR url`: Url pointing to the NVR instance, should be accessible from outside
47
48
 
48
49
  Each notifier will be fully configurable on every rule, with possibility to set: actions, addSnoozeActions or priority.
50
+ Default actions can be set on every camera, will be added to each notification
49
51
 
50
52
  All notifiers currently support allow critical notifications.
51
53
 
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.5.10",
8
+ "version": "3.5.12",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",