**1) Give a description of the problem
I am trying to send a command like searchAmazonMusic(“searchPhrase”) to my device (Sonos Beam) in webCore. In webCore, I can send this command to my echos (I used Echo Speaks to bring these devices into ST) but not to the Sonos. I have Sonos HTTP API, but I don’t know how to get Amazon Music using the API.
The Sonos Beam has Alexa voice integration, but the Echo Speaks installation did not pick up the Alex integration in the Sonos as a different device
``
2) What is the expected behavior?
I would like to either use the searchAmazonMusic(“searchPhrase”) directly with the my Sonos device or use the command with the Sonos HTTP API.
3) What is happening/not happening?
searchAmazonMusic is not available under my Sonos device. Also, I don’t know how to use the Sonos HTTP API to get Amazon Music on my Sonos.
Is what I am trying to do possible?
Thanks in advance for any suggestions.