Changes

no edit summary
Line 70: Line 70:     
When using this trigger, the following magic text values are available:
 
When using this trigger, the following magic text values are available:
* [notification_text] - The full notification text
+
* {notification} - The full notification text
* [notification_title] - The notification title
+
* {not_title} - The notification title
* [notification_app] - The name of the app that posted the notification
+
* {not_app_name} - The name of the app that posted the notification
* [notification_package] - The package name of the app
+
* {not_app_package} - The package name of the app
* [notification_big_text] - Extended notification text (if available)
+
* {not_text_big} - Extended notification text (if available)
* [notification_channel] - The notification channel ID (Android 8.0+)
+
* {not_channel} - The notification channel ID (Android 8.0+)
    
''' Notes '''
 
''' Notes '''
Line 89: Line 89:     
* [[Action: Clear Notifications]]
 
* [[Action: Clear Notifications]]
* [[Action: Post Notification]]
+
* [[Action: Display Notification]]
* [[Constraint: Notification on Screen]]
+
* [[Constraint: Notification Present]]