1
Completed

Ability to link the name changes on variable state/IF variables or PACTIVE

One of the major issues to change the names of certain profiles/variables is that then the names need to be manually edited. Sometimes it can lead to a lot of manual work and manual search for where they are located in the other profiles.

Wouldn't be possible to create a label or link them so it would change in the whole tasker? Somehow like the 'perform task' automatically changes when the task name is renamed.

1 reply

What you should do is this: instead of relying on PACTIVE, for each profile that you want to monitor the state of, in the entry task create a variable, and in the exit task clear that variable.

For example,

Profile: Home (2)
Notification: no
State: Wifi Connected [ SSID:Dias MAC:* IP:* Active:Yes ]
Enter: Anon (3)
A1: Variable Set [ Name:%Home To:1 Recurse Variables:Off Do Maths:Off Append:Off ]

Exit: Anon (4)
A1: Variable Clear [ Name:%Home Pattern Matching:Off Local Variables Only:Off ]

This way you just need to monitor the state of %Home and it'll be much easier to track :)