I am looking to use Alexa in a commercial setting. A simplified example of my problem is this:
- I have two conference rooms, each with their own echo and TV
- In each conference room, I would like to be able to say "Alexa, turn on the TV" or "Alexa change the input on the TV to HDMI"
- However, "the TV" would refer to two different devices - one in each conference room
How does this work with device discovery? Do I need to return each TV with a unique identifier during discovery, and then in my lambda function translate the request for "the TV" to the appropriate room based on the echo device that initiated the request? I am open to using Alexa for Business if that makes this possible.
Thanks in advance.