u/Nirmitlamed

▲ 1 r/tasker

How do i trigger a sprofile based on battery decrease by 10%?

I know there is a state profile Battery Level but this profile can only trigger 2 times (from and to). How can i make it trigger every time the battery decrease by every 10% for example without needing to create multiple profiles?

reddit.com
u/Nirmitlamed — 6 days ago
▲ 4 r/tasker

How can i trigger a task if i received a text message with specific text?

[Solved]

Hi all, so i want create a profile that if my FCM token was changed it will send an sms message with body "FCM Token has been changed: the token itself" to another device. That device needs to have a profile to intercept that sms message and copy only the FCM token.

My problem right now:

  1. How can i make it to intercept a message that contains "FCM Token has been changed:"? so it will fire even if it has more text like the token itself.
  2. How can i do the same with Autonotificaiton?

Solution:

  1. Put asterisk in start and end of the text like this: *FCM Token has been changed:*
  2. Use regex option and add (?i) in the start of the text like this: (?i)FCM Token has been changed:
reddit.com
u/Nirmitlamed — 10 days ago