예제 #1
0
def alexa_right(slots):
    card_title = 'Navigate: Right'
    print card_title
    sys.stdout.flush()

    kodi.Right()
    answer = ""
    return build_alexa_response(answer, card_title)
예제 #2
0
파일: wsgi.py 프로젝트: irvingwa/kodi-alexa
def alexa_right(slots):
    print('Going right')
    sys.stdout.flush()

    kodi.Right()
    return build_alexa_response('')
예제 #3
0
def alexa_right(slots):
    kodi.Right()
    return build_alexa_response('')