iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
26 lines (25 loc) • 464 B
JSON
{
"attributes": [
{
"name": "newAttribute",
"type": "Integer"
}
],
"static_attributes": [
{
"name": "cellID",
"type": "Integer",
"value": "435"
},
{
"name": "serverURL",
"type": "URL",
"value": "http://fakeserver.com"
},
{
"name": "location",
"type": "geo:json",
"value": {"type": "Point", "coordinates": [-3.164485591715449, 40.62785133667262]}
}
]
}