Difference between revisions of "Trigger: Day/Time Trigger"

m
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This trigger can be set to fire at a certain time of day on certain days of the week.
+
<pre class="header-style">
 +
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/>
 
'''Example Usage'''<br/>
Monday through Friday at 7 a.m. > enable car mode.
+
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>

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