Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 754 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 754 Bytes

DEPRECATED. See lumiere-client-* projects.

Lumiere Alexa Skill

Alexa skill to change Lumiere lights.

Development

  1. Install ask: npm install ask -g
    • Make sure that you have ~/.aws/config and ~/.aws/credentials setup.
    • Run ask init
  2. Update lambda function and dependencies in lambda/custom/
  3. Update model(s) in models/
  4. Deploy: ask deploy
  5. Test: ask simulate --locale="en-us" --text="ask lumiere change lights red, blue, silver" --debug

Publish

  1. Update and publish on Amazon
  2. ??