From 49162334364ebc67829eb4d86fb1097840d97cc7 Mon Sep 17 00:00:00 2001 From: rtrimana Date: Thu, 26 Sep 2019 12:01:52 -0700 Subject: [PATCH] Typo in the beacon sensor event. --- eventSimulator/beaconPresentEvent.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}']) -- 2.34.1