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

 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===<p><b>About</b></p>===
+
<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.
  
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
+
* Use Alarm
This trigger will be activated on a certain day of the week or day of the month.
 
</pre>
 
  
==<p><b>Supported configurations</b></p>==
+
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.
  
=== Day/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
  
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
+
Day/Time 07:00 Mon - fri
You can choose a specific day of the week and time, for example every Monday at 8 am.
+
</pre>
 +
<pre class="action-style">
 +
Actions
  
Use this option if the trigger time is not accurate (and you need it) e.g. for high importance events it is recommended to use alarm.
+
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