A minor change in classes
[smartthings-infrastructure.git] / SwitchLevel / SwitchLevels.groovy
index 8e06b66bb2be89592ca51aa3a93f66adae179034..c48e1cf4bd64a1ce261555cdef53a8a8b7738f55 100644 (file)
@@ -2,6 +2,9 @@
 package SwitchLevel
 import SmartThing.SmartThings
 
+//Importing mutable integer class
+import MutableInteger.MutableInteger
+
 public class SwitchLevels extends SmartThings {
        List switchLevels = new ArrayList()