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

Asynchronous Deferred Response Support #74

Closed
wants to merge 1 commit into from
Closed

Commits on May 20, 2018

  1. Asynchronous Deferred Response Support

    * added ability to define deferred response time for a given item through metadata parameter
    * added authorization directive support managing granted user access tokens in a dynamodb table
    * changed the lambda function return method to use handler callback instead of context to accomodate for the async logic
    * updated alexa response property state accuracy logic with ability to associate an item sensor through metadata parameter
    * added ability to define lock property state mapping when using an item sensor through metadata parameter
    * updated temperature mode binding mapping to differentiate legacy bindings from latest one
    * improved property map object with prototype functions along with item type per capability enforcement
    * updated config structure and refactored rest functions code to accomodate for new alexa api & gateway calls
    * updated report state function to use generic alexa response property state logic
    * added deploy instructions for creating aws dynamodb table and lambda function role.
    jsetton committed May 20, 2018
    Configuration menu
    Copy the full SHA
    6fee445 View commit details
    Browse the repository at this point in the history