Ejemplo n.º 1
0
def atv_top_menu():
    atv_remote('top_menu')
Ejemplo n.º 2
0
def test():
    atv_remote('select')
    return request_ok({'message': 'Welcome to Amiblight\'s moblie API.'})
Ejemplo n.º 3
0
def atv_menu():
    atv_remote('menu')
Ejemplo n.º 4
0
def atv_pause():
    atv_remote('pause')
Ejemplo n.º 5
0
def atv_select():
    atv_remote('select')
Ejemplo n.º 6
0
def atv_right():
    atv_remote('right')
Ejemplo n.º 7
0
def atv_left():
    atv_remote('left')
Ejemplo n.º 8
0
def atv_down():
    atv_remote('down')
Ejemplo n.º 9
0
def atv_up():
    atv_remote('up')