Beispiel #1
0
def alexa_back(slots):
    card_title = 'Navigate: Back'
    print card_title
    sys.stdout.flush()

    kodi.Back()
    answer = ""
    return build_alexa_response(answer, card_title)
Beispiel #2
0
def alexa_back(slots):
    print('Going back')
    sys.stdout.flush()

    kodi.Back()
    return build_alexa_response('')
Beispiel #3
0
def alexa_back(slots):
    kodi.Back()
    return build_alexa_response('')