Skip to content

Instantly share code, notes, and snippets.

View midN's full-sized avatar
🚔
SREing

Andres Ivanov midN

🚔
SREing
View GitHub Profile
func OpenAndPlay() {
// Last menu could be something else, first call to Home doesn't open SmartCast, it just turns on TV
key_command.Home()
// It takes about 15s to open SmartCast menu with animation loading
key_command.Home()
time.Sleep(15 * time.Second)
// Just incase Vizio menu was frozen, go left 10x times :shrug:
key_command.Left()
key_command.Left()