Minor change in classes
[smartthings-infrastructure.git] / SpeechSynthesis / SpeechSynthesis.groovy
index 463a72ba2952934b73281a30be23d9524a6df525..da60b36591ad58150ee1b6d3b915838ae2cc2003 100644 (file)
@@ -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()