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