mikeflynn / go-alexa

A collection of Amazon Echo / Alexa tools for Go development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Device Id in Request

sholzmayer opened this issue · comments

It would be nice to provide the deviceId in the EchoRequest (when its enabled in the settings)amazon dev docs.

We just have to add this to the EchoRequest type. I would create a PR for it.