Track ping results locally without leaving traces.
Inside a task, anywhere you write %LPP_something , Tasker treats it as a temporary variable that disappears when the task ends. tasker lpp
Variable Set: %LPP_host → google.com Run Shell: ping -c 1 %LPP_host If %ping_result ~ *1 received* Variable Set: %LPP_online → yes Else Variable Set: %LPP_online → no End If Flash: %LPP_host is %LPP_online Once the task finishes, %LPP_host and %LPP_online are gone. 3. Battery-Efficient Recurring Check Pair LPP ping with a time-based profile (every 10–30 minutes) rather than a loop. Track ping results locally without leaving traces