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

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