@apocaliss92/scrypted-advanced-notifier 4.4.1 → 4.4.3
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 +1 -1
- package/README.md +3 -1
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
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,
|
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
|
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