julianh2o / RokuAlexaLambdaSkill

An Alexa Skill that allows voice control of your Roku
MIT License
104 stars 55 forks source link

Updates to launch channels from a channel list and move custom vars to external serverinfo.js file. #18

Closed walkention closed 7 years ago

walkention commented 7 years ago

This will update lambda server and control server to allow for channel names to be sent dynamically from the skill and looked up in a channel list. The hardcoded launch commands have been replaced with the channel name being passed dynamically to the control server. New channels can be added via the rokuchannel.js list.

The APP_ID will be moved to the serverinfo_example.js and a new serverinfo_example.js is created for the control server adding in the rokuaddress, server listening port, and authorization password.

.gitignore has an ignore added for the RokuControlServer/serverinfo.js and any generated .zip files in the RokuLamda dir.

julianh2o commented 7 years ago

Great changes, thanks for the clean up!

walkention commented 7 years ago

No problem! Thanks for the awesome library!