Skip to content

Commit

Permalink
Add TODO about Checking ContentFormat on notification
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed May 4, 2023
1 parent 1008306 commit d47e000
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public AbstractLwM2mResponse createObservation(Observation observation, Response
if (coapResponse.getOptions().hasContentFormat()) {
contentFormat = ContentFormat.fromCode(coapResponse.getOptions().getContentFormat());
}
// TODO should we check that content format is the same than observation

// decode response
try {
Expand Down

0 comments on commit d47e000

Please sign in to comment.