Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

EventEvent description
ACTIVATE_LEFTOperator left-clicked the event cell in the Operator protocol
ACTIVATE_RIGHTOperator right-clicked the event cell in the Operator protocol
POSTPONE_PRESSEDOperator clicked Delay


The operator format for description of actions with the Operator protocol object:

...

Code Block
OnEvent ("MACRO","2","RUN")
{
    DoReact("OPERATORPROTOCOL","1","DEL_ALARM","objtype<CAM>,objid<3>,options<first>");
}

...


Example 2. Hide the Alarm, Suspicious and False buttons for the Disarm event from Camera 12 in the Operator protocol window on Macro 2.

...