skill-sample-node-device-address-api icon indicating copy to clipboard operation
skill-sample-node-device-address-api copied to clipboard

This is a sample skill written in JavaScript that demonstrates how to use device ID and the API endpoint values to make a request to the Alexa Device Address API.

Results 9 skill-sample-node-device-address-api issues
Sort by recently updated
recently updated
newest added

downloaded your sample skill for device address, wont compile due to the error "serviceclientfactory is NOT defined" it seems you missed the declaration in your code!

Following along the instructions, I am unable to find the Interaction model code as linked: https://github.com/alexa/skill-sample-node-device-address-api/blob/master/interactionModel.json indeed, I can't find any interactionModel.json anywhere in the code. Any guidance appreciated. Thanks

If I run this command from the command line againg the skill.json in this project ask api update-skill -s [my skill id] -f skill.json I get this response: Call update-skill...

how to generate a unique deviceId? We used UUID to find that it was repeated in android

Per the developer documentation at [https://developer.amazon.com/docs/custom-skills/device-address-api.html#get-the-api-access-token-and-device-id](https://developer.amazon.com/docs/custom-skills/device-address-api.html#get-the-api-access-token-and-device-id), consentToken is now deprecated and apiAccessToken should be used instead. Updating the index.js code to reflect this change would help new developers. Suggest changing...

*Issue #, if available:* *Description of changes:* Unit test scripts have been added under test\unit. Readme.md file is a copy from facts skill sample. By submitting this pull request, I...

In markdown, a single line break does not render as a line break. I've used a bullet list here instead. By submitting this pull request, I confirm that you can...

It gives below error. Even after enabling permissions for full address. ``` "errorMessage": "Cannot read property 'consentToken' of undefined", "errorType": "TypeError", "stackTrace": [ "Object.getAddressHandler (/var/task/Handlers.js:59:68)", "emitNone (events.js:86:13)", "AlexaRequestEmitter.emit (events.js:185:7)", "AlexaRequestEmitter.EmitEvent...

404 error code. //////// 8. Upload the provided code We have provided the code for this skill on GitHub. 8.1 From the Code entry type box, choose "Upload a .ZIP...