Difference between revisions of "Action: Ambient Display"

Line 48: Line 48:
 
Toggles the on/off setting to ambient display.
 
Toggles the on/off setting to ambient display.
 
</pre>
 
</pre>
 
==<p><b>Example</b></p>==
 
 
''''' When the battery drops to 25%, the always on display is deactivated. '''''
 
<br>
 
 
<pre style="background-color: #AC2424; color: white; border-radius: 10px; padding: 10px;">
 
Triggers
 
 
Battery <=25%
 
</pre>
 
 
<pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;">
 
Actions
 
 
Ambient Display off
 
Always On
 
</pre>
 
 
<pre style="background-color: #387F3D; color: white; border-radius: 10px; padding: 10px;">
 
Constraints
 
 
</pre>
 
<pre style="background-color: teal; color: white; border-radius: 10px; padding: 10px;">
 
Local variables
 
 
</pre><br>
 

Revision as of 18:01, 29 January 2024

About

This action allows you to turn on/off ambient display mode.

Note

This action may not work on all devices.
You can enable this feature to work on non-rooted devices using the adb tool from a connected PC.
For full information check out this forum post here:


Configuration available

Awake for notifications

On

Ambient display will be activated only when a notification is received.

Off

Disable the option to turn on the screen when a notification is received.

Toggle

Toggles the setting to the display of notifications in ambient display.

Always on

On

Ambient display always on when the screen is turned off.

Off

Ambient display option disabled.

Toggle

Toggles the on/off setting to ambient display.