@apocaliss92/scrypted-advanced-notifier 4.3.12 → 4.3.13

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,9 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 4.3.13
5
+ - Add setting to confirm occupancy rules with AI to avoid false positives even more
6
+
4
7
  ### 4.3.11
5
8
  - Added support (RawDetections only) to Boundaries marking and Image cropping for notifications. NVR detections will be later on extended with this too
6
9
 
package/README.md CHANGED
@@ -123,6 +123,7 @@ These rules will monitor a specific area to mark it as occupied or not
123
123
  - 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
124
124
  - 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
125
125
  - Set a text in both `Zone occupied text` and `Zone not occupied text` for the notification texts
126
+ - Activate `Confirm occupancy with AI` to confirm occupancy results to reduce even more false positives
126
127
 
127
128
  ### Timelapse (only on camera)
128
129
 
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.12",
8
+ "version": "4.3.13",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",