Commenting out the Verify API calls in the object instantiation to avoid state explos...
[smartthings-infrastructure.git] / SpeechSynthesis / SpeechSynthesises.groovy
index 2ef8cec28f8b0bebfd640103524550f14e041e92..369a8ac1fd2b7f444377d73df8a5fbec2397b1db 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))
        }