iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
29 lines (28 loc) • 690 B
JSON
[
{
"@context": "http://context.json-ld",
"cellID": {
"type": "Property",
"value": 435
},
"id": "urn:ngsi-ld:MicroLights:SecondMicroLight",
"location": {
"type": "GeoProperty",
"value": {
"coordinates": [
-3.164485591715449,
40.62785133667262
],
"type": "Point"
}
},
"serverURL": {
"type": "Property",
"value": {
"@type": "URL",
"@value": "http://fakeserver.com"
}
},
"type": "MicroLights"
}
]