Skip to content

Commit 9414768

Browse files
committed
Remove @
1 parent 1ffa940 commit 9414768

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,15 +874,15 @@ curl -L -X GET 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:Device:wat
874874
"on_status": {
875875
"type": "Property",
876876
"value": {
877-
"@type": "commandStatus",
877+
"type": "commandStatus",
878878
"@value": "OK"
879879
},
880880
"observedAt": "2020-09-14T15:27:11.066Z"
881881
},
882882
"on_info": {
883883
"type": "Property",
884884
"value": {
885-
"@type": "commandResult",
885+
"type": "commandResult",
886886
"@value": "OK"
887887
},
888888
"observedAt": "2020-09-14T15:27:11.066Z"

0 commit comments

Comments
 (0)