- New attribute `event_score_animal`, that holds the score of an animal being detected. Requires SecuritySpy V5.5.
1.3.4
Fixed
- If no Object detected return None instead of an empty array. - Reset Event Objects when Motion ends.
1.3.3
Added
- Replaced the `event_score` attribute with two new attributes: `event_score_human` and `event_score_vehicle`. The `event_object` will still hold the object that has the highest score of the two, but if you only want to look for a person moving, you can check on the `event_score_human` value.
1.3.2
Fixed
- False object detections could occur, if neither Vehicle or Human. Now corrected.
1.3.1
Fixed
- Initial event_score value is needed when starting the loop.
1.3.0
Added
- Added percentage threshold for Object Detection on Motion events