Merge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/smartthings-infrastructure
[smartthings-infrastructure.git] / SpeechSynthesis / SpeechSynthesises.groovy
index df2528e0a5133cae58c773769ea3eb75596d04d3..2a125987d1806787f72821694a14bda378ab40fd 100644 (file)
@@ -22,8 +22,8 @@ public class SpeechSynthesises {
                this.deviceNumbers = deviceNumbers
                this.speechSynthesises = []
 
-               def init = Verify.getIntFromList(30, 50, 70)
-               this.level = init
+               //def init = Verify.getIntFromList(30, 50, 70)
+               //this.level = init
 
                speechSynthesises.add(new SpeechSynthesis(id, label, displayName, this.level))
        }