Hi. I´m a total noob with lightning, so sorry if my question is too obvious.
Hi. I´m a total noob with lightning, so sorry if my question is too obvious.
The app Xiaomi MiHome has created a shortcut in LL to the control screen of a certain device. Is it possible to execute that shortcut using LL (scripting, I assume) and tasker?
Xiaomi MiHome is not showed in the standard list of shortcuts.
Thanks
]]>(Next Post) I made this in 2 hours… »
< ![CDATA[
Yes, that is possible. Read out the intent of the shortcut and reproduce it by script or with tasker
]]>
< ![CDATA[
Any cloud about how can I read it out?
Thx!
]]>
< ![CDATA[
Use this to extract the uri (run from the item)
alert(getEvent().getItem().getIntent().toUri(0))
]]>
< ![CDATA[
Thanks! Is it possible to get the alert content copied to clipboard?
]]>
< ![CDATA[
prompt(“”,getEvent().getItem().getIntent().toUri(0))
]]>