zmxap addition
Posted: Sat Jul 21, 2007 11:34 pm
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
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