Page 1 of 1

zmxap addition

Posted: Sat Jul 21, 2007 11:34 pm
by madmax
I am not too sure who is maintaining zmxap these days, but does anyone have any suggestions on how to get the First Alarm Frame number to be sent with each MonitorInfo broadcast?

The Data I would be looking for could be retreived via:

Select FrameId
From Frames
WHERE EventId = XXXXXX AND Type = 'Alarm'
ORDER BY FrameId ASC
LIMIT 1;

I am looking to get the first alarmed frame number so that I can create a custom page in my home automation software

Posted: Thu Sep 20, 2007 3:57 am
by gliming
does anyone have any suggestions on how to get the First Alarm Frame number to be sent with each MonitorInfo broadcast?
Don't you mean MonitorEvent? Otherwise, I'm confused.
I am looking to get the first alarmed frame number
Sorry that I'm being so late to respond; but, to be honest, I rarely ever look here; so better to either directly email, post to the requests area or the xAP forum. However, if you still need this added, then let me know.

Gregg

Posted: Thu Sep 20, 2007 9:24 am
by madmax
Actually, I was overthinking this problem when I posted this. I did not realize that the "first alarm Frame #" is always Pre-Event Buffer Frames + 1.

So, if my prealarm buffer is 20 frames, the first picture that will have motion is 021. I do not think I need anythig changed on zmxap. Thanks for the response!