Example #1
0
        public CurrentSongNameResponse Any(CurrentSongName request)
        {
            var response = new CurrentSongNameResponse();

            sonos.SongNameTTS(50);
            return(response);
        }
Example #2
0
 public CurrentSongNameResponse Any(CurrentSongName request)
 {
     var response = new CurrentSongNameResponse();
     sonos.SongNameTTS(50);
     return response;
 }