Changes

no edit summary
Line 44: Line 44:  
   <pre class="action-style">Actions
 
   <pre class="action-style">Actions
   −
Set Variable: missed_call_log = {lv=missed_call_log} + "\n" + {call_number} + " at " + [date_time]</pre>
+
Set Variable: missed_call_log = {lv=missed_call_log}\n{call_number} at {hour}:{minute}:{second}</pre>
    
''' Notes '''
 
''' Notes '''
Line 50: Line 50:  
* This trigger monitors the call log for missed calls. It requires the READ_CALL_LOG permission.
 
* This trigger monitors the call log for missed calls. It requires the READ_CALL_LOG permission.
 
* When using contact-based options, the READ_CONTACTS permission is also required.
 
* When using contact-based options, the READ_CONTACTS permission is also required.
* The trigger uses a 90-second lookback window to detect missed calls, which helps when used with the "Wait Until Trigger" action.
  −
* Multiple missed calls in quick succession are deduplicated based on timestamp to prevent double-firing.
  −
* The trigger checks constraints before invoking the macro.
      
''' Permissions Required '''
 
''' Permissions Required '''