From 40f5313a9b81f65673f61aae7f121d04aa72b290 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Thu, 27 Jun 2024 13:58:45 +0200 Subject: [PATCH] Remove @ --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6217dc3..0fadfa7 100644 --- a/README.md +++ b/README.md @@ -869,15 +869,15 @@ curl -L -X GET 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:Device:wat "on_status": { "type": "Property", "value": { - "@type": "commandStatus", - "@value": "OK" + "type": "commandStatus", + "value": "OK" }, "observedAt": "2020-09-14T15:27:11.066Z" }, "on_info": { "type": "Property", "value": { - "@type": "commandResult", + "type": "commandResult", "@value": " on OK" }, "observedAt": "2020-09-14T15:27:11.066Z"