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