We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffa940 commit 9414768Copy full SHA for 9414768
1 file changed
README.md
@@ -874,15 +874,15 @@ curl -L -X GET 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:Device:wat
874
"on_status": {
875
"type": "Property",
876
"value": {
877
- "@type": "commandStatus",
+ "type": "commandStatus",
878
"@value": "OK"
879
},
880
"observedAt": "2020-09-14T15:27:11.066Z"
881
882
"on_info": {
883
884
885
- "@type": "commandResult",
+ "type": "commandResult",
886
887
888
0 commit comments