Versions Compared

Key

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

  • Send SMS – The user can send a text message to a number (or a list of them separated with ‘,’ or ‘;’)

  • Send Email – The use can send an email to a recipient (or a list of them separated with ‘,’ or ‘;’)

  • Set State – The user can save a value to a variable for future executions

  • Get State – The user can retrieve a value of a variable saved in a previous execution

  • Log – The user can log a message in runtime – usually for debugging purposes. Can be viewed in the execution logs

  • Unit Command – The user can send a command to a specified unit. The requests available are location request, immobilizer requests, and generator requests

  • SYS_SetValue – This method is used to set the value of the unit

  • {MAIN-LIST} - The main list of ids (usually the unit ids) of all objects that the script is about to execute on

  • {ACTIVE-ID} - The current id (one of the values from {MAIN-LIST}). Usually used in loop blocks

  • {DATA:Unique_id} - A way to use the value of one objects' properties. The Unique_Id is the unique identifier. Can be taken from the API space.