From a02c9807815a35c0f57241ee6510a3d312499049 Mon Sep 17 00:00:00 2001 From: rtrimana Date: Thu, 1 Aug 2019 09:40:29 -0700 Subject: [PATCH] Fixing a bug in the event presence.present: name has to be the same as value. --- eventSimulator/presencePresencePresentEvent.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eventSimulator/presencePresencePresentEvent.groovy b/eventSimulator/presencePresencePresentEvent.groovy index 8557f32..33b6892 100644 --- a/eventSimulator/presencePresencePresentEvent.groovy +++ b/eventSimulator/presencePresencePresentEvent.groovy @@ -1,2 +1,2 @@ - presenceSensorObject.setValue([name: "presence", value: "presence.present", deviceId: "presenceSensorID0", descriptionText: "", + presenceSensorObject.setValue([name: "presence.present", value: "presence.present", deviceId: "presenceSensorID0", descriptionText: "", displayed: true, linkText: "", isStateChange: false, unit: "", data: '{"presence":"1","dni":"mobile0"}']) -- 2.34.1