File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -891,14 +891,6 @@ curl -L -X GET 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:Device:wat
891891 "type" : " Relationship" ,
892892 "object" : " urn:ngsi-ld:Building:barn001" ,
893893 "observedAt" : " 2020-09-14T15:27:11.066Z"
894- },
895- "on" : {
896- "type" : " Property" ,
897- "value" : " "
898- },
899- "off" : {
900- "type" : " Property" ,
901- "value" : " "
902894 }
903895}
904896```
Original file line number Diff line number Diff line change @@ -891,14 +891,6 @@ curl -L -X GET 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:Device:wat
891891 "type": "Relationship",
892892 "object": "urn:ngsi-ld:Building:barn001",
893893 "observedAt": "2020-09-14T15:27:11.066Z"
894- },
895- "on": {
896- "type": "Property",
897- "value": ""
898- },
899- "off": {
900- "type": "Property",
901- "value": ""
902894 }
903895}
904896` ` `
You can’t perform that action at this time.
0 commit comments