Difference between revisions of "Triggers"
Line 43: | Line 43: | ||
[[Call Outgoing]] | [[Call Outgoing]] | ||
− | [[Cell Tower Change]] | + | [[Trigger: Cell Tower Change|Cell Tower Change]] |
[[Trigger: Clipboard Change|Clipboard Change]] | [[Trigger: Clipboard Change|Clipboard Change]] | ||
− | [[Data Connectivity Change]] | + | [[Trigger: Data Connectivity Change|Data Connectivity Change]] |
− | [[Day of Week/Month]] | + | [[Trigger: Day of Week/Month|Day of Week/Month]] |
− | [[Day/Time Trigger]] | + | [[Trigger: Day/Time Trigger|Day/Time Trigger]] |
− | [[Daydream On/Off]] | + | [[Trigger: Daydream On/Off|Daydream On/Off]] |
[[Trigger: Device Boot|Device Boot]] | [[Trigger: Device Boot|Device Boot]] |
Revision as of 13:38, 5 February 2021
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.
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 not possible to combine triggers with AND logic because in MacroDroid a trigger is an instantaneous event, so it is not possible (or highly improbable) to get a state where two instantaneous events happen at exactly the same time.
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 run when only some other state is also true.
List of Triggers
Bluetooth Beacon (experimental)