Minor change in classes
[smartthings-infrastructure.git] / Battery / Batteries.groovy
index 2bd29c188437d40f394f9663b176490a164eabff..20f213a1a20a56c1e6e3f99f93598c755b009e06 100644 (file)
@@ -2,6 +2,9 @@
 package Battery
 import SmartThing.SmartThings
 
+//Importing mutable integer class
+import MutableInteger.MutableInteger
+
 public class Batteries extends SmartThings {
        List batteries = new ArrayList()