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