Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gadgets skill #245

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

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
1 participant