Minor change in classes
[smartthings-infrastructure.git] / ColorTemperature / ColorTemperatures.groovy
index c53ec3522c4eb7ba5285a06d99561b7cda3cb470..5e70db65e6d360dc823c18e1efe974082c4d2980 100644 (file)
@@ -2,6 +2,9 @@
 package ColorTemperature
 import SmartThing.SmartThings
 
+//Importing mutable integer class
+import MutableInteger.MutableInteger
+
 public class ColorTemperatures extends SmartThings {
        List colorTemperatues = new ArrayList()