From 867534ab4be87f853d14eb94d7d38d3f9dade62c Mon Sep 17 00:00:00 2001 From: Ranim Naimi <156652078+ranim-n@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:54:06 +0200 Subject: [PATCH] fix: occurence and thresholdValue in Event entity (#16) --- ngsild-payloads/event.jsonld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ngsild-payloads/event.jsonld b/ngsild-payloads/event.jsonld index 195116c..f138b0e 100644 --- a/ngsild-payloads/event.jsonld +++ b/ngsild-payloads/event.jsonld @@ -14,7 +14,7 @@ }, "occurrence": { "type": "Property", - "value": "510", + "value": 510, "observedAt": "2024-04-18T16:39:00Z" }, "status": { @@ -28,7 +28,7 @@ }, "thresholdValue": { "type": "Property", - "value": "500" + "value": 500 }, "thresholdAggrPeriod": { "type": "Property",