Skip to content

Commit

Permalink
ver
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Apr 2, 2020
1 parent 1c1e182 commit 44df1ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/guides/breaking.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
Breaking Changes
----------------

Version 5.12 onwards
~~~~~~~~~~~~~~~~~~~~~~~~~~
- If you are using platerecognition.com local SDK for ALPR, their SDK and cloud versions have slightly different API formats. There is a new attribute called ``alpr_api_type`` in ``objectconfig.ini`` that should be set to ``local`` to handle this.

Version 5.11 onwards
~~~~~~~~~~~~~~~~~~~~~~

- If you are using platerecognition.com local SDK for ALPR, their SDK and cloud versions have slightly different API formats. There is a new attribute called ``alpr_api_type`` in ``objectconfig.ini`` that should be set to ``local`` to handle this.
- ``skip_monitors`` in ``zmeventnotification.ini`` is now called ``hook_skip_monitors`` to correctly reflect this only means hooks will be skipped for these monitors. A new attribute ``skip_monitors`` has been added that controls which monitors the ES will skip completely (That is, no analysis /otifications at all for these monitors)
- Added support for live animations as part of push messages. This requires an upgraded zmNinja app (``1.3.0.91`` or above) as well as ZoneMinder master (1.35) as of Mar 17 2020. Without these two updates, live notifications will not work. Specifically:
- This introduces a new section in ``objectconfig.ini`` called ``[animation]``. Please read the config for more details.
Expand Down

0 comments on commit 44df1ba

Please sign in to comment.