@apocaliss92/scrypted-advanced-notifier 3.5.10 → 3.5.11

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
@@ -46,6 +46,7 @@ The plugin provides customized way to deliver notifications. It is based on rule
46
46
  - `NVR url`: Url pointing to the NVR instance, should be accessible from outside
47
47
 
48
48
  Each notifier will be fully configurable on every rule, with possibility to set: actions, addSnoozeActions or priority.
49
+ Default actions can be set on every camera, will be added to each notification
49
50
 
50
51
  All notifiers currently support allow critical notifications.
51
52
 
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.11",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",