@apocaliss92/scrypted-advanced-notifier 1.6.6 → 1.7.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/README.md +3 -0
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -11,6 +11,9 @@ It's possbile to configure an homeassistant connection (or utilize the one confi
|
|
11
11
|
It's possible to use MQTT to report data to homeassistant, can be configured standalone or use the configuration from the main `MQTT` plugin.
|
12
12
|
- `Active entities topic`: topic the plugin will subscribe to activate the rules `OnActive`. Useful to sync the plugin with an alarm system connected to homeassistant (i.e. Alarmo)
|
13
13
|
- `Active devices for MQTT reporting`: devices selected will be periodically reported to MQTT with several information, i.e. last detections happened, images, status and so on
|
14
|
+
- `Use NVR detections`: MQTT topics will be published using the detections coming from NVR detections, instead of the one provided by the plugin
|
15
|
+
- `Images path`: If set, the images used to populate MQTT topic will be also stored on the drive path
|
16
|
+
- `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
|
14
17
|
|
15
18
|
## Notifier
|
16
19
|
Mainly supported notifiers are from `Homeassistant` and `Pushover` plugins
|
package/dist/plugin.zip
CHANGED
Binary file
|
package/package.json
CHANGED