Added Yellow and Pink to skill
index
This commit is contained in:
parent
311c73c60b
commit
e9bf692021
@ -56,6 +56,14 @@ DTVControl.prototype.intentHandlers = {
|
||||
path = '/green.php';
|
||||
break;
|
||||
|
||||
case "yellow":
|
||||
path = '/yellow.php';
|
||||
break;
|
||||
|
||||
case "pink":
|
||||
path = '/pink.php';
|
||||
break;
|
||||
|
||||
case "off":
|
||||
path = '/off.php';
|
||||
break;
|
||||
|
BIN
Alexa-Skill/index.zip
Normal file
BIN
Alexa-Skill/index.zip
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user