Versions Compared

Key

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

...

  1. Display video image from the camera №1 on the monitor while activation of the first time zone.

    Code Block
    OnEvent("TIME_ZONE","1","ACTIVATE")
    {
        DoReact ("CAM", "1", "ACTIVATE", "MONITOR<1>");
    }