Difference between revisions of "Trigger: Volume Button Press"

m
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<pre style="background-color: #EEEEEE; color: Black; border-radius: 10px; padding: 10px;">
+
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
This trigger will fire when you press the volume up or down button on the device. In most cases the trigger will only work when the screen is on (Monitoring volume changes works with screen off if the device is awake, eg. when playing music).
 
This trigger will fire when you press the volume up or down button on the device. In most cases the trigger will only work when the screen is on (Monitoring volume changes works with screen off if the device is awake, eg. when playing music).
  
Line 6: Line 6:
 
It is recommended you use this action with constraints, as interfering with the devices volume controls at all times is not recommended.
 
It is recommended you use this action with constraints, as interfering with the devices volume controls at all times is not recommended.
 
</pre>
 
</pre>
 
'''Example Usage'''<br/>
 
 
<pre style="background-color: #AC2424; color: white; border-radius: 10px; padding: 10px;">
 
Triggers
 
 
 
</pre><br>
 
<pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;">
 
Actions
 
 
 
</pre><br>
 
<pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;">
 
Constrains
 
 
 
</pre><br>
 
<pre style="background-color: teal; color: white; border-radius: 10px; padding: 10px;">
 
Local variables
 
 
 
</pre><br>
 

Latest revision as of 16:52, 29 January 2024

This trigger will fire when you press the volume up or down button on the device. In most cases the trigger will only work when the screen is on (Monitoring volume changes works with screen off if the device is awake, eg. when playing music).

You can choose to allow the volume to update or retain the previous volume when pressed.

It is recommended you use this action with constraints, as interfering with the devices volume controls at all times is not recommended.