Alexa发现技能-返回连接的设备

时间:2018-12-06 00:38:15

标签: alexa-skills-kit alexa-skill smarthomeskill

我正在研究智能家居Alexa技能和相应的Lambda功能。有很多演示,它们似乎都返回罐装文本。是否可以通过Lambda / JS获取用户帐户的已连接设备列表?

这样的样本:

const USER_DEVICES = [
{
    // This id needs to be unique across all devices discovered for a given manufacturer
    applianceId: 'unique-id-for-non-dimmable-bulb-specific-to-user1',
 },{},{},...]

我想实现更像这样的代码:

const USER_DEVICES = Some.Alexa.Function.GetConnectedDevices()

谢谢!

1 个答案:

答案 0 :(得分:0)

您是否签出了智能家居技能API?它可以让您与连接的设备进行交互并获取有关它们的数据:https://developer.amazon.com/docs/smarthome/understand-the-smart-home-skill-api.html