Esempio n. 1
0
def clicked(device_id=None, op=None):
    # Send message to Lirc to control the IR
    remote.send_once(device_id, op)

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