Difference between revisions of "Constraint: Brightness"
| Line 1: | Line 1: | ||
| − | < | + | <pre class="header-style">This constraint allows or prevents a macro/feature from running based on the current screen brightness.</pre> |
| − | + | ''' 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