Skip to content

Commit

Permalink
Merge pull request #809 from telefonicaid/task/include_entity_id_and_…
Browse files Browse the repository at this point in the history
…type_as_measures_when_ngsi_payload

Task/include entity id and type as measures when ngsi payload
  • Loading branch information
fgalan authored Jan 30, 2024
2 parents d9239e5 + 4eeb47d commit 715fa03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
- Fix: include entity id and entity type as measure value when measure is an ngsi (both NGSIv2 and NGSI-LD) payload

- Fix: include entity id and entity type as measure_id and measure_type at CB when measure is an ngsi (both NGSIv2 and NGSI-LD) payload
1 change: 0 additions & 1 deletion lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ module.exports = {

PAYLOAD_NGSIv2: 'ngsiv2',
PAYLOAD_NGSILD: 'ngsild',
NGSI: 'ngsi_',

DATE_FORMAT: "yyyymmdd'T'HHMMss'Z'",

Expand Down

0 comments on commit 715fa03

Please sign in to comment.