Skip to content
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

Use Alternate path in SenML payload. #1638

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Use Alternate path in SenML payload. #1638

merged 1 commit into from
Sep 23, 2024

Conversation

sbernard31
Copy link
Contributor

@sbernard31 sbernard31 commented Aug 8, 2024

This aims to implement #1438.

That means that when a device use an alternate path, it MUST be added to path in SenML (JSON or CBOR) payload.

So if alternate path is /lwm2m, it will looks like :

[
  { "n":"/lwm2m/3/0/0", "vs":"Open Mobile Alliance" }
]

Before this PR, it was :

[
  { "n":"/3/0/0", "vs":"Open Mobile Alliance" }
]

(This PR need probably some cleaning before to integrate in master)

@sbernard31 sbernard31 merged commit ec57648 into master Sep 23, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant