X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=eventSimulator%2FnfcTouchEvent.groovy;h=1409566e8f54f08bb5285490e14187a4c5d4f4c4;hb=31da25f02c14814f402e84b35a174f3c0958cd38;hp=97bbcfe00f32aea6d73ac15c927929d19fb22886;hpb=7bc2c68bdfb07a54d6e8399e7514d715c78a2398;p=smartthings-infrastructure.git diff --git a/eventSimulator/nfcTouchEvent.groovy b/eventSimulator/nfcTouchEvent.groovy index 97bbcfe..1409566 100644 --- a/eventSimulator/nfcTouchEvent.groovy +++ b/eventSimulator/nfcTouchEvent.groovy @@ -1,2 +1,2 @@ - appObject.setValue([name: "nfcTouch", value: "touched", deviceId: "nfcSensorID0", descriptionText: "", - displayed: true, linkText: "", isStateChange: false, unit: "", data: [info: "info"]]) + touchSensorObject.setValue([name: "nfcTouch", value: "touched", deviceId: "nfcSensorID0", descriptionText: "", + displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"info": "info"}'])