Minor change in classes
[smartthings-infrastructure.git] / ColorControl / ColorControl.groovy
index 63cdaf1e1d2fbb17a1e083f1c72953784be7a9c2..c278f4ae3a8fb6d73c50cee473c867b3df713058 100644 (file)
@@ -2,6 +2,9 @@
 package ColorControl
 import SmartThing.SmartThing
 
+//Importing mutable integer class
+import MutableInteger.MutableInteger
+
 public class ColorControl extends SmartThing {
        // id, label, and display name of the device
        StringBuilder id = new StringBuilder()