Difference between revisions of "Constraint: Brightness"

 
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 screen brightness.</pre>
  
This constraint can be used to allow/prevent a macro running based on the current brightness setting of the device.
+
''' Options '''
 +
 
 +
* '''Above/Below''' - Check if brightness is above or below a set percentage
 +
 
 +
''' Example '''
 +
 
 +
''Example 1: Lower brightness automatically for reading apps''
 +
  <pre class="trigger-style">Triggers
 +
 
 +
Application Launched/Closed - Launched (Kindle)</pre>
 +
  <pre class="action-style">Actions
 +
 
 +
Brightness (30%)</pre>
 +
  <pre class="constraint-style">Constraints
 +
 
 +
Brightness - Above 30%</pre>
 +
 
 +
''' See Also '''
 +
 
 +
* [[Action: Brightness|Brightness Action]]

Latest revision as of 11:09, 9 January 2026

This constraint allows or prevents a macro/feature from running based on the current screen brightness.

Options

  • Above/Below - Check if brightness is above or below a set percentage

Example

Example 1: Lower brightness automatically for reading apps

Triggers

Application Launched/Closed - Launched (Kindle)
Actions

Brightness (30%)
Constraints

Brightness - Above 30%

See Also