The stop directive for the PlaybackController does not seem to be working properly. Whenever I say Alexa, stop I get a request with
{u'directive': {u'header': {u'payloadVersion': u'3', u'namespace': u'Alexa.PlaybackController', u'name': u'Pause' ...
so it's impossible to distinguish Pause from Stop. For my Lambda Function I've implemented Alexa.PlaybackController and Alexa.RemoteVideoPlayer.
Should Stop be working or did I do something wrong?