@apocaliss92/scrypted-advanced-notifier 4.4.21 → 4.4.22
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 +4 -0
- package/README.md +0 -1
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
<details>
|
2
2
|
<summary>Changelog</summary>
|
3
3
|
|
4
|
+
### 4.4.22
|
5
|
+
- Images name setting removed. Only latest images will be persisted
|
6
|
+
- Added `serveAssetsFromLocal` under Plugin General -> advanced, will serve all the assets links through local IP and not cloud. Useful if cloud plugin is not available or preferred local connections
|
7
|
+
|
4
8
|
### 4.4.5
|
5
9
|
- Add videoclip GIF support, this adds clips support to Pushover, NTFY and Telegram, besides the already supported Homeassistant
|
6
10
|
|
package/README.md
CHANGED
@@ -164,7 +164,6 @@ Audio rules will monitor the audio received by the camera
|
|
164
164
|
The plugin will store on filesystem, if configured, images for every basic detection and rule. Set the following configurations on the plugin page under the Storage tab
|
165
165
|
|
166
166
|
- `Storage path`: If set, the images used to populate MQTT topic will be also stored on the drive path
|
167
|
-
- `Images name`: The name pattern to use to generate image files. The placeholders ${name} and ${timestamp} will be available. Using only ${name} will ensure the image to be overriden on every detection instead of saving one additional copy
|
168
167
|
|
169
168
|
## Additional camera settings
|
170
169
|
|
package/dist/plugin.zip
CHANGED
Binary file
|
package/package.json
CHANGED