Skip to content

Conversation

duffrecords
Copy link

This adds support for Echo Buttons as defined in the Gadgets Skill API:
https://developer.amazon.com/alexa/alexa-gadgets/gadgets-skill-api

It has been tested in the developer console as well as with an actual set of Echo Buttons. All unit and integration tests run successfully. Let me know if any changes need to be made. Thanks!

@duffrecords
Copy link
Author

I realized the way I had initially set this up created the potential for a StartInputHandler directive to overwrite other types of directives in the same request. This manifested itself as unpredictable behavior in a button skill I'm working on. With commit 23d07ee, you can append additional StopInputHandler or GadgetController directives independently of the StartInputHandler directive, of which there will only ever be one per request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant