Changes

no edit summary
Line 1: Line 1: −
<p class="header-style>
+
<pre class="header-style>
 
A trigger is an instantaneous event that your device can detect to make a macro run. A macro must have at least one trigger to be valid.
 
A trigger is an instantaneous event that your device can detect to make a macro run. A macro must have at least one trigger to be valid.
    
For a trigger to fire, the macro must be available (i.e. ready to run, not disabled) at the exact time the event occurs. Otherwise, it is generally possible to check the state of a component or event (such as Battery level, Notification content, WiFi connection...) testing appropriate Magic Text value.
 
For a trigger to fire, the macro must be available (i.e. ready to run, not disabled) at the exact time the event occurs. Otherwise, it is generally possible to check the state of a component or event (such as Battery level, Notification content, WiFi connection...) testing appropriate Magic Text value.
 +
</pre>
    
It is possible to add multiple triggers to a single macro and in this case any single trigger firing will cause the macro to be invoked.
 
It is possible to add multiple triggers to a single macro and in this case any single trigger firing will cause the macro to be invoked.
Line 9: Line 10:     
As an alternative to combining triggers with an AND statement it is generally possible to add constraint logic to individual triggers such that they can be limited to fire when only some other state is also true.
 
As an alternative to combining triggers with an AND statement it is generally possible to add constraint logic to individual triggers such that they can be limited to fire when only some other state is also true.
</p>
      
= List of Triggers =
 
= List of Triggers =