Line 8: |
Line 8: |
| | | |
| System Setting Change .. Any | | System Setting Change .. Any |
− | </pre><br> | + | </pre> |
| <pre style="background-color: #3498DB; color: white; border-radius: 10px; padding: 10px;"> | | <pre style="background-color: #3498DB; color: white; border-radius: 10px; padding: 10px;"> |
| Actions | | Actions |
Line 16: |
Line 16: |
| Set Variable .. system_setting_value: [system_setting_value] | | Set Variable .. system_setting_value: [system_setting_value] |
| Popup Message .. [lv=system_setting_category]:[lv=system_setting_key]:[lv=system_setting_value] | | Popup Message .. [lv=system_setting_category]:[lv=system_setting_key]:[lv=system_setting_value] |
− | </pre><br> | + | </pre> |
| <pre style="background-color: #00838F; color: white; border-radius: 10px; padding: 10px;"> | | <pre style="background-color: #00838F; color: white; border-radius: 10px; padding: 10px;"> |
| Local variables | | Local variables |
| | | |
− | system_setting_category | + | system_setting_category [Var type - String] |
− | system_setting_key | + | system_setting_key [Var type - String] |
− | system_setting_value | + | system_setting_value [Var type - String] |
| </pre><br> | | </pre><br> |
− |
| |
| | | |
| '''Example Usage #2'''<br/> | | '''Example Usage #2'''<br/> |
Line 32: |
Line 31: |
| | | |
| System Setting Change .. accessibility_display_inversion_enabled | | System Setting Change .. accessibility_display_inversion_enabled |
− | </pre><br> | + | </pre> |
| <pre style="background-color: #3498DB; color: white; border-radius: 10px; padding: 10px;"> | | <pre style="background-color: #3498DB; color: white; border-radius: 10px; padding: 10px;"> |
| Actions | | Actions |
Line 44: |
Line 43: |
| Else | | Else |
| Popup Message .. Color inversion off | | Popup Message .. Color inversion off |
− | </pre><br> | + | </pre> |
| <pre style="background-color: #00838F; color: white; border-radius: 10px; padding: 10px;"> | | <pre style="background-color: #00838F; color: white; border-radius: 10px; padding: 10px;"> |
| Local variables | | Local variables |
| | | |
− | system_setting_category | + | system_setting_category [Var type - String] |
− | system_setting_key | + | system_setting_key [Var type - String] |
− | system_setting_value | + | system_setting_value [Var type - String] |