X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=eventSimulator%2FbuttonHeldEvent.groovy;h=4c51ef6e6e0c253f0ddcebc9243b0c8823845140;hb=c1b963da95f601ed27b117fd23578cbc352935c7;hp=8a8f90de71778954507b0c91b21053c5f840d091;hpb=740114c29560d182bbc0d0bf33cf1b8d226701cb;p=smartthings-infrastructure.git diff --git a/eventSimulator/buttonHeldEvent.groovy b/eventSimulator/buttonHeldEvent.groovy index 8a8f90d..4c51ef6 100644 --- a/eventSimulator/buttonHeldEvent.groovy +++ b/eventSimulator/buttonHeldEvent.groovy @@ -1,11 +1,2 @@ buttonObject.setValue([name: "button", value: "held", deviceId: "switchID0", descriptionText: "", displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"buttonNumber": 1}']) - - buttonObject.setValue([name: "button", value: "held", deviceId: "switchID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"buttonNumber": 2}']) - - buttonObject.setValue([name: "button", value: "held", deviceId: "switchID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"buttonNumber": 3}']) - - buttonObject.setValue([name: "button", value: "held", deviceId: "switchID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"buttonNumber": 4}'])