Versions Compared

Key

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

...

  1. Enable relay 2 while connection with relay 1 is lost.

    Code Block
    OnEvent("GRELE","1","SIGNAL_LOST")
    {
        DoReact("GRELE", "2", "ON");
    }