Changes

no edit summary
Line 1: Line 1: −
<span style="color: #0E9549; font-size: 24px;">'''About this constraint '''</span>
+
<pre class="header-style">This constraint allows or prevents a macro/feature from running based on the current day of the week.</pre>
   −
This constraint can be used to allow/prevent functionality from running on certain days of the week.
+
''' Options '''
   −
For example if you wanted a particular macro to only run on Sunday every month, you would enable only the Sunday option and the macro will never run on any other day of the week.
+
* '''Day(s)''' - Select one or more days
 +
 
 +
''' Example '''
 +
 
 +
''Example 1: Remind yourself to take bins out on Thursdays''
 +
  <pre class="trigger-style">Triggers
 +
 
 +
Day/Time Trigger - 07:00</pre>
 +
  <pre class="action-style">Actions
 +
 
 +
Speak Text: "Take the bins out"</pre>
 +
  <pre class="constraint-style">Constraints
 +
 
 +
Day of the Week - Thursday</pre>
 +
 
 +
''' See Also '''
 +
 
 +
* [[Trigger: Day of Week/Month|Day of Week/Month Trigger]]