ZoneMinder / pyzm

Python API, Log, Event Server and Memory wrapper for ZoneMinder
GNU General Public License v2.0
31 stars 20 forks source link

Add Event.delete() method #18

Closed mludvig closed 3 years ago

mludvig commented 3 years ago

It would be very useful to have Event.delete() method. I wanted to use pyzm in my client for periodical cleanup of unwanted events (e.g. false positives or known motion) but am unable to remove them as there is no delete() event.

Thanks!

mludvig commented 3 years ago

Pull request #19 adds this support, it wasn't that hard :)

mludvig commented 3 years ago

PR merged, thanks. Closing.

mludvig commented 3 years ago

@pliablepixels any chance you could make a new release to pypi so I don't have to track git master with this functionality in my project? Please :)

pliablepixels commented 3 years ago

done