You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run iotagent-ul or iotagent-json over NGSI-LD and provisioning a device with attributes and/or commands. When the device sends the first message, NGSI-LD context broker, for instance orion-LD removes all attributes/commands from the broker except are included in this first message... seems iotagent-node-lib/lib/services/ngsi/entities-NGSI-LD.js files is wrong and "/ngsi-ld/v1/entityOperations/upsert" must be modified to "/ngsi-ld/v1/entityOperations/upsert/?options=update".