Skip to end of banner
Go to start of banner

Automations Log

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

  • 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.

  • No labels