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