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