Difference between revisions of "Trigger: Day/Time Trigger"
m |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <pre | + | <pre class="header-style"> |
− | This trigger | + | This trigger will fire on the selected days of the week at the defined time. |
+ | </pre> | ||
+ | |||
+ | '''Configuration Options''' | ||
+ | |||
+ | * Days/Time | ||
+ | |||
+ | You can enable one or more specific days of the week and select a fixed time of day. For example, every Monday-Friday at 8 am. | ||
+ | |||
+ | * Use Alarm | ||
+ | |||
+ | Modern Android devices can delay waking up the device at the requested time, so please enable this option to ensure the device will wake up and trigger the macro at exactly the desired time. | ||
+ | |||
+ | '''Example Usage'''<br/> | ||
+ | From Monday to Friday I always leave home at 7 am, so this macro deactivates the wifi and activates the mobile data and bluetooth ready to connect to my car. | ||
+ | <pre class="trigger-style"> | ||
+ | Triggers | ||
+ | |||
+ | Day/Time 07:00 Mon - fri | ||
+ | </pre> | ||
+ | <pre class="action-style"> | ||
+ | Actions | ||
+ | |||
+ | Disable WIFI | ||
+ | Enable mobile data | ||
+ | Enable Bluetooth | ||
</pre> | </pre> |
Latest revision as of 21:48, 11 June 2024
This trigger will fire on the selected days of the week at the defined time.
Configuration Options
- Days/Time
You can enable one or more specific days of the week and select a fixed time of day. For example, every Monday-Friday at 8 am.
- Use Alarm
Modern Android devices can delay waking up the device at the requested time, so please enable this option to ensure the device will wake up and trigger the macro at exactly the desired time.
Example Usage
From Monday to Friday I always leave home at 7 am, so this macro deactivates the wifi and activates the mobile data and bluetooth ready to connect to my car.
Triggers Day/Time 07:00 Mon - fri
Actions Disable WIFI Enable mobile data Enable Bluetooth