Use of system.alarm.queryStatus and system.alarm.queryJournal

Hello, I have a question:

I'am using system.alarm.queryStatus(endDate = end,displaypath=["*pump 1 *"]
But instead of showing me all alarm (states) events, it only displays the first 10 in a table. Is this normal?

What is difference between system.alarm.queryJournal and system.alarm.queryStatus

I see doc but I didn't understand.

queryStatus is for live alarms, queryJournal is for history of alarms.

1 Like

Thank you @MMaynard

if I don't want use a script, it mean ?

system.alarm.queryJournal = Alarm journal Binding function
system.alarm.queryStatus = Alarm status Binding function

Yes just different way of getting to the data.
Status is for the live view of alarms and their states.
Journal queries against the Alarm Journal that you configure on the gateway web interface.

1 Like