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';
|
path = '/green.php';
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case "yellow":
|
||||||
|
path = '/yellow.php';
|
||||||
|
break;
|
||||||
|
|
||||||
|
case "pink":
|
||||||
|
path = '/pink.php';
|
||||||
|
break;
|
||||||
|
|
||||||
case "off":
|
case "off":
|
||||||
path = '/off.php';
|
path = '/off.php';
|
||||||
break;
|
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