Search code examples
iotfiwarefiware-orion

Is it possible to rename the device in Fiware?


I have registered a device under

"device_id": "Sens1",         
"entity_name": "Dim",          
"entity_type": "Sensor"

Is it possible to change the entity_name to something different? Or I will have to delete this device and register a new one? Was searching for that in tutorials, but have found information only about attributes's change.

Thank you in advance!


Solution

  • Not fully sure and I may be wrong... but I think it is not possible. However, you can delete and create again, which is has the same effect in the IOTA API.

    This is different to the Orion Context Broker API (NGSIv2) which allows modifications on the entities or attributes without needed to delete + create.