@apocaliss92/scrypted-advanced-notifier 4.3.18 → 4.3.20

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
@@ -1,6 +1,12 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 4.3.20
5
+ - Add support to onboarded audio detections (YAMnet plugin)
6
+
7
+ ### 4.3.19
8
+ - Add prompt customization for the occupancy confirmation flow
9
+
4
10
  ### 4.3.13
5
11
  - Add setting to confirm occupancy rules with AI to avoid false positives even more
6
12
 
package/README.md CHANGED
@@ -125,7 +125,7 @@ These rules will monitor a specific area to mark it as occupied or not
125
125
  - Set `Force update in seconds` to force an occupancy check if no detection happens. Any detection running on the camera will anyways check all the occupancy rules
126
126
  - Set the `Max objects` the zone can contain. The zone will be marked as occupied if the detected objects are >= of the number set here
127
127
  - Set a text in both `Zone occupied text` and `Zone not occupied text` for the notification texts
128
- - Activate `Confirm occupancy with AI` to confirm occupancy results to reduce even more false positives
128
+ - Activate `Confirm occupancy with AI` to confirm occupancy results to reduce even more false positives. Under the plugin AI section is possible to customize the prompt. Results may vary depending on the model used
129
129
 
130
130
  ### Timelapse (only on camera)
131
131
 
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.3.18",
8
+ "version": "4.3.20",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",