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

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

    kodi.Down()
    return build_alexa_response('')
예제 #3
0
def alexa_down(slots):
    kodi.Down()
    return build_alexa_response('')