Go to documentation repository
...
Event | Event description | Event parameters |
---|---|---|
ACTIVATE_LEFT | Operator left-clicked the event cell in the Operator protocol | |
ACTIVATE_RIGHT | Operator right-clicked the event cell in the Operator protocol | |
POSTPONE_PRESSED | Operator clicked the Delay button | |
CREATE_REPORT | Operator clicked the Create button on the Create report tab | The user_id<> parameter contains the user ID. The initial_date<> and final_date<> parameters specify the initial and final dates selected in the interface |
RESPONSE_ALARM | Operator clicked the Alarm situation button | objtype<>—Object type objid<>—Object ID action<>—Name of the event in the database alarm_time<>—Time when the alarm occurred |
RESPONSE_SUSPECT | Operator clicked the Suspicious situation button | |
RESPONSE_FALSE | Operator clicked the False triggeringalarm button | |
ACTIVATE_EVENT | Focusing on the event: click the event in the interface or jump to the required event using the keyboard |
...
Command—command description | Parameters | Parameter description |
DEL_ALARM—delete an alarm | objtype<> | Object type (e.g., CAM, GRELE, etc.) |
objid<> | Object ID | |
options<> | Possible values: first—delete first alarm last—delete last alarm all or blank—delete all alarms | |
HIDE_BUTTON – hide the buttons used to assign status to event
| button<> | Names of the buttons separated by comma: alarm—Alarm situation suspicious—Suspicious situation false—False triggeringalarm Example of setting a parameter: button<alarm,suspicious,false> |
hide<> | 1—hide the buttons listed in the button parameter 0—show the buttons listed in the button parameter | |
objtype<> | Object type | |
objaction<> | Event type | |
objid<> | Object ID |
...
Example 2. Hide the Alarm situation, Suspicious situation and False alarm buttons for the Disarm event from Camera 12 in the Operator protocol 1 window on Macro 2.
...