Sample Trigger Macro
MACRO Talk Are You There {Are You There}
Voice Recognition phrase is in blue
{Conversational Macro to test whether HAL is responding}
Comment is in green
Begin
Set FLAG AreYouThere to TRUE;
Single Action to set a trigger Flag
End;
Note: BEGIN and END are purely cosmetic and not present in the HAL Automation Setup Screen.
Keyword Talk designates this macro as belonging to the collection of macros known as Conversational, designed to simulate polite conversation while imparting general status and condition information.
First word MACRO differentiates between MACROS, SCENES, MODES, and RULES
|