-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
send ngsiv2 measure as ngsiv2 request #773
Closed
Closed
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
cf43a21
add new route to receive ngsiv2 payload measure
AlvaroVega 038597b
fix name
AlvaroVega d68b5cc
fix route
AlvaroVega de727ec
add missed return status
AlvaroVega 9928b4c
Merge branch 'master' into task/allow_ngsiv2_as_measure
AlvaroVega 73911eb
add test
AlvaroVega 5127352
use temp branch of iota-node-lib
AlvaroVega 9f50363
update test
AlvaroVega 44d618c
do not create device when ngsiv2 measure is provided
AlvaroVega 8b656eb
fix group
AlvaroVega bc06f51
add missed done
AlvaroVega fabdd0f
fix test
AlvaroVega 36d2b02
Update CNR
AlvaroVega File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
- Add: endpoit to send ngsiv2 measure to Context Broker | ||
- Fix: binary data representation when sending data through HTTP & MQTT (#690) | ||
- Fix: ensure service and subservice from device in logs about error proccesing message | ||
- Remove: legacy code about unused parsedMessageError flag |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"actionType": "append", | ||
"entities": [ | ||
{ | ||
"id": "urn:ngsi-ld:Streetlight:Streetlight-Mylightpoint-2", | ||
"type": "Streetlight", | ||
"name": { | ||
"type": "Text", | ||
"value": "MyLightPoint-test1" | ||
}, | ||
"description": { | ||
"type": "Text", | ||
"value": "testdescription" | ||
}, | ||
"status": { | ||
"type": "Text", | ||
"value": "connected" | ||
}, | ||
"dateServiceStarted": { | ||
"type": "DateTime", | ||
"value": "2020-06-04T09: 55: 02" | ||
}, | ||
"locationComment": { | ||
"type": "Text", | ||
"value": "Test1" | ||
}, | ||
"location": { | ||
"type": "geo:json", | ||
"value": { | ||
"coordinates": [ | ||
-87.88429, | ||
41.99499 | ||
], | ||
"type": "Point" | ||
} | ||
}, | ||
"address": { | ||
"type": "Text", | ||
"value": { | ||
"streetAddress": "MyStreet" | ||
} | ||
}, | ||
"isRemotelyManaged": { | ||
"type": "Integer", | ||
"value": 1 | ||
}, | ||
"installationDate": { | ||
"type": "DateTime", | ||
"value": "2022-04-17T02: 30: 04" | ||
} | ||
} | ||
] | ||
} | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issue number?