A minor change in classes
[smartthings-infrastructure.git] / Location / LocationVar.groovy
index 9257012226d114f1efc8602371bf46f7b877eb4c..986cf78702dadf78052a295b3685b47acd1ce76f 100755 (executable)
@@ -2,6 +2,9 @@
 package Location
 import SmartThing.SmartThing
 
+//Importing mutable integer class
+import MutableInteger.MutableInteger
+
 public class LocationVar extends SmartThing {
        // Features with numberical values
        MutableInteger contactBookEnabled = new MutableInteger()