alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.12k stars 737 forks source link

Device control with Alexa skill #609

Closed mduzgun closed 4 years ago

mduzgun commented 4 years ago

Hi, everyone. I want to control my Alexa devices using Alexa Skill. For example, when I say "hello" to Alexa and lights (Sengled brand) are on. Could I do this using Alexa skill?

ShenChen93 commented 4 years ago

Hi, @mduzgun

To use skill to control alexa devices, you may need to build a Alexa smart home skill instead of Alexa custom skill. You could refer to this doc for more info. Unfortunately , our SDK only work for custom skill right now, and we will bring smart home SDK in future.

Thanks, Shen