It is possible to set LL variable from tasker using sendIntent function?

It is possible to set LL variable from tasker using sendIntent function? i have a lot of tasker variables (over 250). Tired to do it through a plugin…

http://tasker.dinglisch.net/userguide/en/javascript.html#sendIntent

http://tasker.dinglisch.net/userguide/en/javascript.html#sendIntent
]]>

4 Commentsto It is possible to set LL variable from tasker using sendIntent function?

  1. Anonymous says:

    < ![CDATA[

    This is easier than that, you can directly use the “LL Action” plugin with “Set variable”. The data can include Tasker variables if needed.

    ]]>

  2. Anonymous says:

    < ![CDATA[

    Pierre Hébert Thanks for answer. I know about plugin. but i wanted to do it using for() loop in Tasker Javascriptlet action.


    Is it possible to just send intent to set LL variable? without plugin?

    ]]>

  3. Anonymous says:

    < ![CDATA[

    Yes, create a shortcut this way on your desktop, and display it’s intent using a script, for instance alert(your_set_variable_item.getItem());


    You can then replicate this intent.


    Or use these “specification”:


    – component: net.pierrox.lightning_launcher_extreme/net.pierrox.lightning_launcher.activities.Dashboard


    – action: android.intent.action.VIEW


    – extras: Bundle[{a=41, d=abc/efg}], where abc is the variable name, efg is the value

    ]]>

  4. Anonymous says:

    < ![CDATA[

    Pierre Hébert Many thanks! You saved a lot of time for me. )

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *