biotinker/LibreTasks

Add Wait and If actions

Opened this issue · 0 comments

Use case:

Im using my device as car GPS unit. I want it to power off when charging stopped, but only after 20sec are passed and charging has not started again in this period:

Trigger: Power Disconnected
Action: Wait 20 seconds
If: Power Disconnected
-- Then: Action: Power Off

Source: https://android.stackexchange.com/a/214058