A minor change in classes
[smartthings-infrastructure.git] / SwitchLevel / SwitchLevel.groovy
index 5d3d5c1de75e2d57c6abbb3e4ce3d628b653c42b..364a886059d58e6d4f6b42f863994fe1fea2843a 100644 (file)
@@ -2,6 +2,9 @@
 package SwitchLevel
 import SmartThing.SmartThing
 
+//Importing mutable integer class
+import MutableInteger.MutableInteger
+
 public class SwitchLevel extends SmartThing {
        // id, label, and display name of the device
        StringBuilder id = new StringBuilder()