From 92a3476a1bd7093898539881c5ca794076d2752a Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Thu, 27 Jun 2024 13:45:28 +0200 Subject: [PATCH] Update response --- README.ja.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.ja.md b/README.ja.md index 1fef551..7037e2c 100644 --- a/README.ja.md +++ b/README.ja.md @@ -883,7 +883,7 @@ curl -L -X GET 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:Device:wat "type": "Property", "value": { "@type": "commandResult", - "@value": " on OK" + "@value": "OK" }, "observedAt": "2020-09-14T15:27:11.066Z" }, diff --git a/README.md b/README.md index 24aeaef..ed3211e 100644 --- a/README.md +++ b/README.md @@ -883,7 +883,7 @@ curl -L -X GET 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:Device:wat "type": "Property", "value": { "@type": "commandResult", - "@value": " on OK" + "@value": "OK" }, "observedAt": "2020-09-14T15:27:11.066Z" },