Update sonos-music-modes.groovy
authorSeyed Amir Hossein Aqajari <amiraj.95@uci.edu>
Tue, 6 Aug 2019 01:18:14 +0000 (18:18 -0700)
committerGitHub Enterprise <noreply@github.uci.edu>
Tue, 6 Aug 2019 01:18:14 +0000 (18:18 -0700)
official/sonos-music-modes.groovy

index 811bde42dab3afb0e54b3aafa6243c2c2c6d5348..1c965b4bf6de180ca3687f82e1df3dc97073cbd0 100755 (executable)
@@ -186,9 +186,9 @@ private takeAction(evt) {
 
                if (volume != null) {
                        sonos.stop()
 
                if (volume != null) {
                        sonos.stop()
-                       pause(500)
+                       //pause(500)
                        sonos.setLevel(volume)
                        sonos.setLevel(volume)
-                       pause(500)
+                       //pause(500)
                }
 
                sonos.playTrack(selectedSong)
                }
 
                sonos.playTrack(selectedSong)