Difference between revisions of "Action: Alarm Clock"

Line 9: Line 9:
  
 
Not all clock apps handle these intents, so in this case the action will not function.
 
Not all clock apps handle these intents, so in this case the action will not function.
</pre><br/>
 
==<p><b>Configuration available</b></p>==
 
 
=== Set alarm ===
 
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
Sets an alarm to sound at a specific time and date. You can set single or recurring alarms.
 
</pre><br/>
 
 
* ''''' Alarm type:'''''
 
 
''''' One off'''''
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
An alarm that will only be triggered once.
 
</pre>
 
 
''''' Repeated'''''
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
Alarm that may be repeated on certain days of the week.
 
This configuration only allows you to select days of the week and time of activation.
 
</pre><br/>
 
 
* ''''' Alarm time:'''''
 
 
''''' Fixed alarm'''''
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
Allows you to set a one-time fixed alarm for a specific day and time.
 
</pre>
 
 
''''' Relative '''''
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
Determined from the time this action was used.
 
For example if the current time is 10:00 am, the 1 hour alarm will sound at 11:00 am.
 
</pre>
 
 
''''' Time until alarm'''''
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
Available for relative alarm only.
 
Admits the use of variable only of type Integer (only in minutes, for example for 3 hours is 180 (Minutes)).
 
</pre><br/>
 
 
=== Dismiss active alarm ===
 
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
Cancels an alarm that is already sounding.
 
No additional adjustment is required.
 
</pre><br/>
 
 
=== Disable alarm ===
 
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
Disable an alarm so that it will not sound in the future.
 
You only need to enter the name of the label you wish to deactivate.
 
 
</pre><br/>
 
</pre><br/>

Revision as of 19:28, 29 January 2024

About

This action allows you to set an alarm for your alarm clock application.

Note

That this action relies on sending intents to your Alarm Clock application so it relies on the Alarm Clock correctly handling these intents.

Not all clock apps handle these intents, so in this case the action will not function.