Skip to content

Instantly share code, notes, and snippets.

@DustinAlandzes
Last active October 12, 2016 21:07
Show Gist options
  • Save DustinAlandzes/f8772e9af756589dbbc471723bca26ed to your computer and use it in GitHub Desktop.
Save DustinAlandzes/f8772e9af756589dbbc471723bca26ed to your computer and use it in GitHub Desktop.
#https://github.com/trainman419/python-cec
#pip install cec
import cec
import time
cec.init()
tv = cec.Device(0)
while True:
tv.power_on()
time.sleep(10)
tv.power_off()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment