I am aware you can retrieve a unique ID for the device a custom Alexa skill was requested from via context.System.device.deviceId
, however, I've noticed the ID for a given device changes time to time which leads me to a couple questions:
- When does it reset?
- Can this in someway be reliably used to always identify which device a request was made from? i.e. is there a work-around?
I want to be able to make room specific responses for a property without the need for the user to specify the room through identifying a given device.
Thanks