Home Forums Game Frame General Discussion Anyone use Tasker to send commands to Game Frame? Reply To: Anyone use Tasker to send commands to Game Frame?

#4738
Patrick
Participant

That got me somewhere! I’ve got two buttons in a windows form (Visual Studio C#) to turn the Game Frame on and off. Both buttons are working, although the “on” button has an odd behavior. When I send “power on” the Game Frame plays a little bit of an animation, then shows the IP address and starts up. The little fragmented animation at the beginning is a little strange but doesn’t hurt anything it still works.

Currently this is a simple windows app but I will likely convert it to a windows service after testing all the various commands. That will allow me to create a schedule to automate things.

Thanks for the advice! I’ll be glad to share the source code if anyone wants it.