Seechay / LIFX-Alexa-Skill

An Alexa Skill created for the Amazon Echo that allows you to control your LIFX Lightbulbs
MIT License
22 stars 2 forks source link

Asking for advice #2

Open merkan3k opened 7 years ago

merkan3k commented 7 years ago

Hello. Can you please tell me about lifx account linking values. I mean authetification url, scope and other. Because i can't do it correctly. Thank you in advance

Seechay commented 7 years ago

Are you referring to this section of the code?

var APP_ID = 'amzn1.echo-sdk-ams.app.xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'; //replace with your amazon app ID
var appToken = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'; //replace with your LIFX app token

If this is what you mean, once you create the Skill in the console, it will give you your Amazon APP ID. The LIFX app token comes from the LIFX cloud. There's more detail in the readme. If this is not what you meant, can you please clarify?