@apocaliss92/scrypted-advanced-notifier 4.4.1 → 4.4.2

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
@@ -2,7 +2,7 @@
2
2
  <summary>Changelog</summary>
3
3
 
4
4
  ### 4.4.0
5
- - Add videoclip GIF support, should be way more supported from most of the notifiers
5
+ - Add videoclip GIF support, this adds clips support to Pushover besides Homeassistant
6
6
 
7
7
  ### 4.3.65
8
8
  - Add clear action to HA actions
package/README.md CHANGED
@@ -87,7 +87,9 @@ Rules can be of following types: Detection, Occupancy, Audio, Timelapse. These p
87
87
  - `Open sensors` which sensors should be open to enable the rule
88
88
  - `Closed sensors` which sensors should be closed to enable the rule
89
89
  - `Alarm modes` which alarm states should enable the rule. The alarm system device can be defined in the plugin page under Rules => `Security system`
90
- - `Notify with a clip` available only for detection and occupancy rules, the plugin will activate a decoder to save the last frames of the camera. On the trigger of a rule, a short GIF will be generated and sent instead of a simple snapshot. This works beautifully with homeassistant notifiers, since it will preview the clip in the notification preview
90
+ - `Notify with a clip` available only for detection and occupancy rules, the plugin will activate a decoder to save the last frames of the camera. On the trigger of a rule, a short clip will be generated and sent instead of a simple snapshot. It supports 2 types:
91
+ - MP4: supported only by homeassistant and partially the others
92
+ - GIF: supported by homeassistant, pushover
91
93
 
92
94
  ### Detection
93
95
 
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.4.1",
8
+ "version": "4.4.2",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",