@apocaliss92/scrypted-advanced-notifier 1.8.7 → 1.8.8

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 CHANGED
@@ -10,7 +10,7 @@ It's possbile to configure an homeassistant connection (or utilize the one confi
10
10
  ## General
11
11
  - `Scrypted token`: Token stored on the scrypted entity on homeassistant
12
12
  - `NVR url`: Url pointing to the NVR instance, should be accessible from outside
13
- - `Images path`: If set, the images used to populate MQTT topic will be also stored on the drive path
13
+ - `Storage path`: If set, the images used to populate MQTT topic will be also stored on the drive path
14
14
  - `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
15
15
 
16
16
  ## MQTT
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": "1.8.7",
8
+ "version": "1.8.8",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",