예제 #1
0
파일: server_pi.py 프로젝트: schdef/clicker
def clicked(device_id=None, op=None):
    # Send message to Lirc to control the IR
    remote.send_once(device_id, op)

    return ""
예제 #2
0
def command(irCode):
    remote.send_once('SKY', irCode)
예제 #3
0
def command(irCode):
    remote.send_once("APPLE-TV", irCode)
예제 #4
0
def command(irCode):
    remote.send_once("HARMON-KARDON", irCode)