Alexa Skill for Emmett's Bed Controller

Setup

sudo npm install -g aws-cli

Alexa Skill Utterances

Available commands:

  • Say: "Set Bed Position to SETTING"
    • SETTING: FLAT, MEMO A (SLEEP), MEMO B (HANGING OUT)
    • Action: Bed will move to Memo A, Memo B or a zeroed/Flat position
  • Say: "Move BED_SECTION ACTION"
    • BED_SECTION: HEAD (TORSO), FOOT (LEGS), BED (BED HEIGHT)
    • ACTION: UP (RAISE), DOWN (LOWER), STOP (HALT)
    • Action: The part of the bed specified will move up, down or stop moving (Stop applies to all movement).
    • Movement Length: 30 seconds

Resources