From: rtrimana Date: Thu, 26 Sep 2019 19:01:52 +0000 (-0700) Subject: Typo in the beacon sensor event. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=49162334364ebc67829eb4d86fb1097840d97cc7;p=smartthings-infrastructure.git Typo in the beacon sensor event. --- diff --git a/eventSimulator/beaconPresentEvent.groovy b/eventSimulator/beaconPresentEvent.groovy index 816a129..91739cc 100644 --- a/eventSimulator/beaconPresentEvent.groovy +++ b/eventSimulator/beaconPresentEvent.groovy @@ -1,2 +1,2 @@ - beaconSensorObject.setValue([name: "presence", value: "present", deviceId: "beaconeSensorID0", descriptionText: "", + beaconSensorObject.setValue([name: "presence", value: "present", deviceId: "beaconSensorID0", descriptionText: "", displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"presence":"1","dni":"mobile0"}'])