Search found 3 matches

by Stik
31 Oct 2019 12:02
Forum: User Help / Bug Reports
Topic: nVidia Shield help - SendKey and Variables
Replies: 2
Views: 9084

Re: nVidia Shield help - SendKey and Variables

For any other newbs, I figured out why the sendKey was not being parsed correctly - It was looking at the variable as text. Utilizing toNumber fixes this and the function will then work correctly with the variable. So the final function is:

sendKey(toNumber({param_variable}))
by Stik
30 Oct 2019 17:48
Forum: User Help / Bug Reports
Topic: nVidia Shield help - SendKey and Variables
Replies: 2
Views: 9084

Re: nVidia Shield help - SendKey and Variables

As a follow up to my own post... After reviewing the log with several different attempts at how to format the sendKey() action, it appears that sendKey({variable}) is the correct formatting and should work, but possibly isn't being parsed correctly by Automagic. When I use this format with variable=...
by Stik
29 Oct 2019 21:50
Forum: User Help / Bug Reports
Topic: nVidia Shield help - SendKey and Variables
Replies: 2
Views: 9084

nVidia Shield help - SendKey and Variables

I am just getting start with Automagic. As many others, I am trying to use it to achieve IP control of a nVidia Shield TV. The TV is rooted and I was initially successful at achieving IP control utilizing Root Command to send Keycodes. The advantage was that it was easy to program with a single acti...