ZoneMinder / pyzm

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

Event Timestamp #12

Closed pedromoraesh closed 3 years ago

pedromoraesh commented 3 years ago

There is a way to get Event Start Time or End Time?

pliablepixels commented 3 years ago

Yes, if you just do get() on the event you'll get the full object and start/end will be part of it

pedromoraesh commented 3 years ago

Nice.

That API is awesome! Simple and work so easily.

I tried so many things to get Start and End from Events that almost give up from project!

Thanks!

pliablepixels commented 3 years ago

glad you liked it!