Skip to content

TyIsI/alexa-vanhack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alexa-vanhack

An Alexa skill to tie into the VHS API for door and equipment status.

Currently supported:

  • Alexa, ask VHS if they are open
  • Alexa, ask VHS if the laser is free

Current Issues:

There is currently a bug where the skill always responds to the previous utterance, not the most recent. To reproduce:

  • Utterance: Ask VHS if they are open
  • Response: Sorry, I didn't understand the command.
  • U: Ask VHS if they are open
  • R: Yes, we are open
  • U: Ask VHS if the laser is free
  • R: Yes we are open
  • U: Ask VHS if they are open
  • R: The laser is currently off

I think there is a scope issue with the getWebRequest function returning speechText

About

An Alexa skill to tie into the VHS API for door and equipment status

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%