ZoneMinder / zmeventnotification

Machine Learning powered Secure Websocket & MQTT based ZoneMinder event notification server
408 stars 128 forks source link

Check hook skip list on event end #423

Closed Ilia-SB closed 1 year ago

Ilia-SB commented 1 year ago

Added checking for $hook_skip_monitors{$mid} in Event End processing section just like it is done in Event Start processing.

connortechnology commented 1 year ago

There seems to be a lot more changes in here than what you describe. Whitespace changes make it harder to determine what is actually changing and what isn't. I'm not inclined to merge this as is.

The relevant part I think looks fine, just maybe use printDebug instead of printInfo.