Difference between revisions of "Trigger: Day/Time Trigger"
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
'''Configuration Options''' | '''Configuration Options''' | ||
− | + | * Days/Time | |
− | Use this option | + | 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/> | '''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 | + | 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"> | <pre class="trigger-style"> | ||
Triggers | Triggers | ||
Line 21: | Line 25: | ||
Disable WIFI | Disable WIFI | ||
Enable mobile data | Enable mobile data | ||
− | Enable | + | 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