Skip to content

Commit

Permalink
Update entities-NGSI-v2.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed May 7, 2024
1 parent ae17e28 commit 8c7ebcd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/services/ngsi/entities-NGSI-v2.js
Original file line number Diff line number Diff line change
Expand Up @@ -545,12 +545,6 @@ function sendUpdateValueNgsi2(entityName, originMeasures, typeInformation, token
//PRE-PROCESSING FINISHED
//Explicit ATTRS and SKIPVALUES will be managed while we build NGSI payload

//Get ready to build and send NGSI payload (entities-->payload)
//payload.actionType = 'append';

//payload.entities = [];
//const currentIsoDate = new Date().toISOString();
//const currentMoment = moment(currentIsoDate);
for (let ename in entities) {
for (let etype in entities[ename]) {
let e = {};
Expand Down

0 comments on commit 8c7ebcd

Please sign in to comment.