while(true) { def eventNumber = Verify.getInt(0,5) switch(eventNumber) { case 0: def event = Verify.getInt(0,1) if (event == 0) { <<<<<<< HEAD switchObject.setValue([name: "switch", value: "on", deviceId: "switchID0", descriptionText: "", displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"info": "info"}']) } else { switchObject.setValue([name: "switch", value: "off", deviceId: "switchID0", descriptionText: "", ======= lockObject.setValue([name: "lock", value: "locked", deviceId: "lockID0", descriptionText: "", displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"info": "info"}']) } else { lockObject.setValue([name: "lock", value: "unlocked", deviceId: "lockID0", descriptionText: "", >>>>>>> a02c9807815a35c0f57241ee6510a3d312499049 displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"info": "info"}']) } break case 1: break case 2: colorControlObject.setValue([name: "hue", value: "50", deviceId: "colorControlID0", descriptionText: "", displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"info": "info"}']) break case 3: colorControlObject.setValue([name: "saturation", value: "50", deviceId: "colorControlID0", descriptionText: "", displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"info": "info"}']) break case 4: <<<<<<< HEAD break case 5: ======= appObject.setValue([name: "Touched", value: "touched", deviceId: "touchedSensorID0", descriptionText: "", displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"info": "info"}']) >>>>>>> a02c9807815a35c0f57241ee6510a3d312499049 break } }