Skip to content

Commit

Permalink
SenML example fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akeranen committed Oct 23, 2023
1 parent 2b28eb4 commit fcbf8ee
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions draft-ietf-core-coap-pubsub.md
Original file line number Diff line number Diff line change
Expand Up @@ -762,8 +762,7 @@ Example:
Max-Age: 15

{
"bn": "urn:dev:os:193-iot/sparrow/jorvas/",
"n": "Raitis-lampotila",
"n": "urn:dev:os:32473-123456",
"u": "Cel",
"t": 1696340182,
"v": 19.87
Expand All @@ -775,10 +774,9 @@ Example:
Max-Age: 15

{
"bn": "urn:dev:os:193-iot/sparrow/jorvas/",
"n": "Raitis-lampotila",
"n": "urn:dev:os:32473-123456",
"u": "Cel",
"t": 1696340182,
"t": 1696340184,
"v": 21.87
}
~~~~
Expand Down

0 comments on commit fcbf8ee

Please sign in to comment.