Hi All,
I’m a little confused about how to control my Sonos speakers. I have two things I’m trying to do (in code).
- Speak a message. Which works using this command:
speaker.playTextAndResume(taskMessage, taskVolume)
- Start a Pandora Station, which works using this command:
speaker.playTrack(blah)
The problem is if I do #1 then #2, the message in #1 repeats and it doesn’t play Pandora. If I play a different Pandora station and then do #2 it does retune to the right station.
I looked at the device in the IDE, the TrackData does show the correct station.
Any advice is appreciated