Line 1:
Line 1:
+
== About ==
+
+
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
This action allows you to turn on/off ambient display mode.
This action allows you to turn on/off ambient display mode.
+
</pre>
+
'''''Note'''''
+
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
+
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:
+
</pre>
+
* ''''' [https://macrodroidforum.com/index.php?threads/adb-hack-granting-extra-capabilities-via-the-adb-tool.48 ADB Hack] '''''
+
<br/>
+
+
==<p><b>Configuration available</b></p>==
+
+
=== Awake for notifications ===
+
+
''''' On'''''
+
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
+
Ambient display will be activated only when a notification is received.
+
</pre>
+
+
''''' Off'''''
+
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
+
Disable the option to turn on the screen when a notification is received.
+
</pre>
+
+
'''''Toggle '''''
+
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
+
Toggles the setting to the display of notifications in ambient display.
+
</pre>
+
+
=== Always on ===
+
+
''''' On'''''
+
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
+
Ambient display always on when the screen is turned off.
+
</pre>
+
+
''''' Off'''''
+
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
+
Ambient display option disabled.
+
</pre>
+
+
'''''Toggle '''''
+
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
+
Toggles the on/off setting to ambient display.
+
</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>
−
<br/>'''Note'''
+
<pre style="background-color: #387F3D; color: white; border-radius: 10px; padding: 10px;">
+
Constraints
−
You can enable this feature to work on non-rooted devices using the adb tool from a connected PC.<br/> For full information check out this forum post here:
+
</pre>
−
https://macrodroidforum.com/index.php?threads/adb-hack-granting-extra-capabilities-via-the-adb-tool.48/<br/>
+
<pre style="background-color: teal; color: white; border-radius: 10px; padding: 10px;">
−
<br/>'''Features available'''<br/>
+
Local variables
−
<br/>'''Awake for notifications'''<br/>
−
*'''On:''' Ambient display will be activated only when a notification is received.<br/>
−
*'''Off:''' Disable the option to turn on the screen when a notification is received.<br/>
−
*'''Toggle:''' Toggles the setting to the display of notifications in ambient display.
−
<br/>'''Always on<br/>
+
</pre><br>
−
*'''On:''' Ambient display always on when the screen is turned off.<br/>
−
*'''Off:''' Ambient display option disabled.<br/>
−
*'''Toggle:''' Toggles the on/off setting to ambient display.<br/>