X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=SpeechSynthesis%2FSpeechSynthesis.groovy;fp=SpeechSynthesis%2FSpeechSynthesis.groovy;h=da60b36591ad58150ee1b6d3b915838ae2cc2003;hb=a5e81e3c6efb5301d174f09236ea8f65f6356308;hp=463a72ba2952934b73281a30be23d9524a6df525;hpb=33ef162113a6fcc40ad5f640ebf41b70b9deb630;p=smartthings-infrastructure.git diff --git a/SpeechSynthesis/SpeechSynthesis.groovy b/SpeechSynthesis/SpeechSynthesis.groovy index 463a72b..da60b36 100644 --- a/SpeechSynthesis/SpeechSynthesis.groovy +++ b/SpeechSynthesis/SpeechSynthesis.groovy @@ -2,6 +2,9 @@ package SpeechSynthesis import SmartThing.SmartThing +//Importing mutable integer class +import MutableInteger.MutableInteger + public class SpeechSynthesis extends SmartThing { // id, label, and display name of the device StringBuilder id = new StringBuilder()