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