def atv_top_menu(): atv_remote('top_menu')
def test(): atv_remote('select') return request_ok({'message': 'Welcome to Amiblight\'s moblie API.'})
def atv_menu(): atv_remote('menu')
def atv_pause(): atv_remote('pause')
def atv_select(): atv_remote('select')
def atv_right(): atv_remote('right')
def atv_left(): atv_remote('left')
def atv_down(): atv_remote('down')
def atv_up(): atv_remote('up')