Minor change in classes
[smartthings-infrastructure.git] / ColorControl / ColorControls.groovy
index adac0b8e82c12980af1ab7e684e456dabbb420ef..c74f99b82ae16b2f56cee33b377d0cc7d74eb2cf 100644 (file)
@@ -2,6 +2,9 @@
 package ColorControl
 import SmartThing.SmartThings
 
+//Importing mutable integer class
+import MutableInteger.MutableInteger
+
 public class ColorControls extends SmartThings {
        List colorControls = new ArrayList()