Removing getXXX methods + properties. Adding getProperty feature to SmartThing(s)
[smartthings-infrastructure.git] / ThreeAxis / ThreeAxises.groovy
index b43854244fe765de395bbd9903f235cc6b3917b0..1ef1b3a1fdb0a0ac08087736964ca1a53e524abc 100644 (file)
@@ -10,9 +10,9 @@ public class ThreeAxises extends SmartThings {
                threeAxises = smartThings
 
                // Initialization
-               StringBuilder id = new StringBuilder("threeAxisID0")
-               StringBuilder label = new StringBuilder("threeAxis")
-               StringBuilder displayName = new StringBuilder("threeAxis0")
+               String id = "threeAxisID0"
+               String label = "threeAxis"
+               String displayName = "threeAxis"
                LinkedHashMap threeAxis
 
                if (init)