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