diff --git a/Alexa-Skill/index b/Alexa-Skill/index index 57664df..504ad46 100644 --- a/Alexa-Skill/index +++ b/Alexa-Skill/index @@ -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; diff --git a/Alexa-Skill/index.zip b/Alexa-Skill/index.zip new file mode 100644 index 0000000..777b12a Binary files /dev/null and b/Alexa-Skill/index.zip differ