Closed kosgobakis closed 3 years ago
According to the provisioning command here: https://github.com/FIWARE/tutorials.Time-Series-Data/blob/NGSI-LD/provision-devices#L220
{ "device_id": "filling001", "entity_name": "urn:ngsi-ld:Device:filling001", "entity_type": "FillingLevelSensor", "endpoint": "http://context-provider:3001/iot/filling001", "static_attributes": [ {"name": "controlledAsset", "type": "Relationship","value": "urn:ngsi-ld:Building:farm001"}, {"name": "location", "type": "GeoProperty", "value": [13.3505, 52.5144]} ] },
The location should be provisioned as part of the static data.
location
Yeap. I did not properly add hay
According to the provisioning command here: https://github.com/FIWARE/tutorials.Time-Series-Data/blob/NGSI-LD/provision-devices#L220
The
location
should be provisioned as part of the static data.